Color Hex Logo

#66cd40 Color Hex

#66CD40
(102,205,64)
0 Favorites   0 Comments

Color spaces of #66cd40

RGB 10220564
HSL0.290.590.53
HSV104°69°80°
CMYK 0.500.000.69   0.20
XYZ28.236246.857612.4067
Yxy46.85760.32270.5355
Hunter Lab68.4526-46.162137.1708
CIE-Lab74.0986-54.730558.3818

#66cd40 color RGB value is (102,205,64).

#66cd40 hex color red value is 102, green value is 205 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #66cd40 hue: 0.29 , saturation: 0.59 and the lightness value of 66cd40 is 0.53.

The process color (four color CMYK) of #66cd40 color hex is 0.50, 0.00, 0.69, 0.20. Web safe color of #66cd40 is #66cc33. Color #66cd40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001101 01000000
Octal 146 315 100
Decimal 102 205 64
Hex 66 CD 40

RGB Percentages of Color #66cd40

%27.49
%55.26
%17.25

CMYK Percentages of Color #66cd40

%50
%0
%69
%20

Triadic Colors of #66cd40

#66cd40 #4066cd #cd4066

Analogous Colors of #66cd40

#66cd40 #40cd61 #adcd40

Monochromatic Colors of #66cd40

#66cd40

Complementary Color

#66cd40 #a740cd

#66cd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cd40 Color CSS Codes

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

#66cd40 Text Font Color

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

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


#66cd40 Background Color

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

This div background color is #66cd40


#66cd40 Border Color

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

This div border color is #66cd40


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,205,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 #66cd40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cd40


Comments

No comments written yet.

Please login to write comment.