Color Hex Logo

#66c74f Color Hex

#66C74F
(102,199,79)
0 Favorites   0 Comments

Color spaces of #66c74f

RGB 10219979
HSL0.300.520.55
HSV109°60°78°
CMYK 0.490.000.60   0.22
XYZ27.314244.236114.4960
Yxy44.23610.31740.5141
Hunter Lab66.5102-43.087133.6348
CIE-Lab72.3860-51.020350.2661

#66c74f color RGB value is (102,199,79).

#66c74f hex color red value is 102, green value is 199 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #66c74f hue: 0.30 , saturation: 0.52 and the lightness value of 66c74f is 0.55.

The process color (four color CMYK) of #66c74f color hex is 0.49, 0.00, 0.60, 0.22. Web safe color of #66c74f is #66cc66. Color #66c74f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11000111 01001111
Octal 146 307 117
Decimal 102 199 79
Hex 66 C7 4F

RGB Percentages of Color #66c74f

%26.84
%52.37
%20.79

CMYK Percentages of Color #66c74f

%49
%0
%60
%22

Triadic Colors of #66c74f

#66c74f #4f66c7 #c74f66

Analogous Colors of #66c74f

#66c74f #4fc774 #a2c74f

Monochromatic Colors of #66c74f

#66c74f

Complementary Color

#66c74f #b04fc7

#66c74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66c74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66c74f Color CSS Codes

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

#66c74f Text Font Color

<p style="color:#66c74f">Text here</p>

This sample text font color is #66c74f
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.


#66c74f Background Color

<div style="background-color:#66c74f">
Div content here</div>

This div background color is #66c74f


#66c74f Border Color

<div style="border:3px solid #66c74f">
Div here</div>

This div border color is #66c74f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,199,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66c74f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66c74f;
  -webkit-box-shadow: 1px 1px 3px 2px #66c74f;
  box-shadow:         1px 1px 3px 2px #66c74f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,199,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66c74f


Comments

No comments written yet.

Please login to write comment.