color codes Logo

#73cd10 color codes

#73CD10
(115,205,16)
0 Favorites   0 Comments

Color spaces of #73cd10

RGB 11520516
HSL0.250.860.43
HSV89°92°80°
CMYK 0.440.000.92   0.20
XYZ28.995147.34498.1005
Yxy47.34490.34340.5607
Hunter Lab68.8076-45.194641.1853
CIE-Lab74.4098-53.109571.7627

#73cd10 color RGB value is (115,205,16).

#73cd10 hex color red value is 115, green value is 205 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #73cd10 hue: 0.25 , saturation: 0.86 and the lightness value of 73cd10 is 0.43.

The process color (four color CMYK) of #73cd10 color code is 0.44, 0.00, 0.92, 0.20. Web safe color of #73cd10 is #66cc00. Color #73cd10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001101 00010000
Octal 163 315 20
Decimal 115 205 16
Hex 73 CD 10

RGB Percentages of Color #73cd10

%34.23
%61.01
%4.76

CMYK Percentages of Color #73cd10

%44
%0
%92
%20

Triadic Colors of #73cd10

#73cd10 #1073cd #cd1073

Analogous Colors of #73cd10

#73cd10 #14cd10 #cdc910

Monochromatic Colors of #73cd10

#73cd10

Complementary Color

#73cd10 #6a10cd

#73cd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cd10 Color CSS Codes

.mybgcolor {background-color:#73cd10; } 
.myforecolor {color:#73cd10; }
.mybordercolor {border:3px solid #73cd10; }

#73cd10 Text Font Color

<p style="color:#73cd10">Text here</p>

This sample text font color is #73cd10
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#73cd10 Background Color

<div style="background-color:#73cd10">
Div content here</div>

This div background color is #73cd10


#73cd10 Border Color

<div style="border:3px solid #73cd10">
Div here</div>

This div border color is #73cd10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,205,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73cd10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73cd10;
  -webkit-box-shadow: 1px 1px 3px 2px #73cd10;
  box-shadow:         1px 1px 3px 2px #73cd10; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,205,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #73cd10">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #73cd10;
  -webkit-box-shadow: 1px 1px 3px 2px #73cd10;
  box-shadow:         1px 1px 3px 2px #73cd10;">
Div content here</div>

This div box has shadow with color #73cd10


Comments

No comments written yet.

Please login to write comment.