Color Hex Logo

#66af40 Color Hex

#66AF40
(102,175,64)
0 Favorites   0 Comments

Color spaces of #66af40

RGB 10217564
HSL0.280.460.47
HSV99°63°69°
CMYK 0.420.000.63   0.31
XYZ21.734933.854910.2396
Yxy33.85490.33020.5143
Hunter Lab58.1850-35.145330.2954
CIE-Lab64.8472-42.722548.4414

#66af40 color RGB value is (102,175,64).

#66af40 hex color red value is 102, green value is 175 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #66af40 hue: 0.28 , saturation: 0.46 and the lightness value of 66af40 is 0.47.

The process color (four color CMYK) of #66af40 color hex is 0.42, 0.00, 0.63, 0.31. Web safe color of #66af40 is #669933. Color #66af40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101111 01000000
Octal 146 257 100
Decimal 102 175 64
Hex 66 AF 40

RGB Percentages of Color #66af40

%29.91
%51.32
%18.77

CMYK Percentages of Color #66af40

%42
%0
%63
%31

Triadic Colors of #66af40

#66af40 #4066af #af4066

Analogous Colors of #66af40

#66af40 #40af52 #9eaf40

Monochromatic Colors of #66af40

#66af40

Complementary Color

#66af40 #8940af

#66af40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66af40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66af40 Color CSS Codes

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

#66af40 Text Font Color

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

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


#66af40 Background Color

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

This div background color is #66af40


#66af40 Border Color

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

This div border color is #66af40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66af40


Comments

No comments written yet.

Please login to write comment.