Color Hex Logo

#40b66e Color Hex

#40B66E
(64,182,110)
0 Favorites   0 Comments

Color spaces of #40b66e

RGB 64182110
HSL0.400.480.48
HSV143°65°71°
CMYK 0.650.000.40   0.29
XYZ21.656835.671720.4957
Yxy35.67170.27830.4584
Hunter Lab59.7258-39.795321.4619
CIE-Lab66.2683-49.214527.2209

#40b66e color RGB value is (64,182,110).

#40b66e hex color red value is 64, green value is 182 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #40b66e hue: 0.40 , saturation: 0.48 and the lightness value of 40b66e is 0.48.

The process color (four color CMYK) of #40b66e color hex is 0.65, 0.00, 0.40, 0.29. Web safe color of #40b66e is #33cc66. Color #40b66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10110110 01101110
Octal 100 266 156
Decimal 64 182 110
Hex 40 B6 6E

RGB Percentages of Color #40b66e

%17.98
%51.12
%30.90

CMYK Percentages of Color #40b66e

%65
%0
%40
%29

Triadic Colors of #40b66e

#40b66e #6e40b6 #b66e40

Analogous Colors of #40b66e

#40b66e #40b6a9 #4db640

Monochromatic Colors of #40b66e

#40b66e

Complementary Color

#40b66e #b64088

#40b66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40b66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40b66e Color CSS Codes

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

#40b66e Text Font Color

<p style="color:#40b66e">Text here</p>

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


#40b66e Background Color

<div style="background-color:#40b66e">
Div content here</div>

This div background color is #40b66e


#40b66e Border Color

<div style="border:3px solid #40b66e">
Div here</div>

This div border color is #40b66e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,182,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40b66e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40b66e;
  -webkit-box-shadow: 1px 1px 3px 2px #40b66e;
  box-shadow:         1px 1px 3px 2px #40b66e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40b66e


Comments

No comments written yet.

Please login to write comment.