Color Hex Logo

#40bf77 Color Hex

#40BF77
(64,191,119)
0 Favorites   0 Comments

Color spaces of #40bf77

RGB 64191119
HSL0.410.500.50
HSV146°66°75°
CMYK 0.660.000.38   0.25
XYZ24.074939.683523.8436
Yxy39.68350.27480.4530
Hunter Lab62.9948-42.023221.6551
CIE-Lab69.2435-51.071026.4216

#40bf77 color RGB value is (64,191,119).

#40bf77 hex color red value is 64, green value is 191 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #40bf77 hue: 0.41 , saturation: 0.50 and the lightness value of 40bf77 is 0.50.

The process color (four color CMYK) of #40bf77 color hex is 0.66, 0.00, 0.38, 0.25. Web safe color of #40bf77 is #33cc66. Color #40bf77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111111 01110111
Octal 100 277 167
Decimal 64 191 119
Hex 40 BF 77

RGB Percentages of Color #40bf77

%17.11
%51.07
%31.82

CMYK Percentages of Color #40bf77

%66
%0
%38
%25

Triadic Colors of #40bf77

#40bf77 #7740bf #bf7740

Analogous Colors of #40bf77

#40bf77 #40bfb7 #48bf40

Monochromatic Colors of #40bf77

#40bf77

Complementary Color

#40bf77 #bf4088

#40bf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bf77 Color CSS Codes

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

#40bf77 Text Font Color

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

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


#40bf77 Background Color

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

This div background color is #40bf77


#40bf77 Border Color

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

This div border color is #40bf77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bf77


Comments

No comments written yet.

Please login to write comment.