Color Hex Logo

#40d34e Color Hex

#40D34E
(64,211,78)
0 Favorites   0 Comments

Color spaces of #40d34e

RGB 6421178
HSL0.350.630.54
HSV126°70°83°
CMYK 0.700.000.63   0.17
XYZ26.783848.228615.1051
Yxy48.22860.29720.5352
Hunter Lab69.4468-52.689235.7168
CIE-Lab74.9689-64.303053.3085

#40d34e color RGB value is (64,211,78).

#40d34e hex color red value is 64, green value is 211 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #40d34e hue: 0.35 , saturation: 0.63 and the lightness value of 40d34e is 0.54.

The process color (four color CMYK) of #40d34e color hex is 0.70, 0.00, 0.63, 0.17. Web safe color of #40d34e is #33cc66. Color #40d34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11010011 01001110
Octal 100 323 116
Decimal 64 211 78
Hex 40 D3 4E

RGB Percentages of Color #40d34e

%18.13
%59.77
%22.10

CMYK Percentages of Color #40d34e

%70
%0
%63
%17

Triadic Colors of #40d34e

#40d34e #4e40d3 #d34e40

Analogous Colors of #40d34e

#40d34e #40d398 #7cd340

Monochromatic Colors of #40d34e

#40d34e

Complementary Color

#40d34e #d340c5

#40d34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40d34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40d34e Color CSS Codes

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

#40d34e Text Font Color

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

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


#40d34e Background Color

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

This div background color is #40d34e


#40d34e Border Color

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

This div border color is #40d34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40d34e


Comments

No comments written yet.

Please login to write comment.