Color Hex Logo

#66c41e Color Hex

#66C41E
(102,196,30)
0 Favorites   0 Comments

Color spaces of #66c41e

RGB 10219630
HSL0.260.730.44
HSV94°85°77°
CMYK 0.480.000.85   0.23
XYZ25.453842.39848.0704
Yxy42.39840.33530.5584
Hunter Lab65.1141-44.172038.2313
CIE-Lab71.1447-53.337966.2375

#66c41e color RGB value is (102,196,30).

#66c41e hex color red value is 102, green value is 196 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #66c41e hue: 0.26 , saturation: 0.73 and the lightness value of 66c41e is 0.44.

The process color (four color CMYK) of #66c41e color hex is 0.48, 0.00, 0.85, 0.23. Web safe color of #66c41e is #66cc33. Color #66c41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11000100 00011110
Octal 146 304 36
Decimal 102 196 30
Hex 66 C4 1E

RGB Percentages of Color #66c41e

%31.10
%59.76
%9.15

CMYK Percentages of Color #66c41e

%48
%0
%85
%23

Triadic Colors of #66c41e

#66c41e #1e66c4 #c41e66

Analogous Colors of #66c41e

#66c41e #1ec429 #b9c41e

Monochromatic Colors of #66c41e

#66c41e

Complementary Color

#66c41e #7c1ec4

#66c41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66c41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66c41e Color CSS Codes

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

#66c41e Text Font Color

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

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


#66c41e Background Color

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

This div background color is #66c41e


#66c41e Border Color

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

This div border color is #66c41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66c41e


Comments

No comments written yet.

Please login to write comment.