Color Hex Logo

#40c57d Color Hex

#40C57D
(64,197,125)
0 Favorites   0 Comments

Color spaces of #40c57d

RGB 64197125
HSL0.410.530.51
HSV148°68°77°
CMYK 0.680.000.37   0.23
XYZ25.782342.503226.2471
Yxy42.50320.27270.4496
Hunter Lab65.1945-43.499421.7662
CIE-Lab71.2165-52.266625.9016

#40c57d color RGB value is (64,197,125).

#40c57d hex color red value is 64, green value is 197 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #40c57d hue: 0.41 , saturation: 0.53 and the lightness value of 40c57d is 0.51.

The process color (four color CMYK) of #40c57d color hex is 0.68, 0.00, 0.37, 0.23. Web safe color of #40c57d is #33cc66. Color #40c57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000101 01111101
Octal 100 305 175
Decimal 64 197 125
Hex 40 C5 7D

RGB Percentages of Color #40c57d

%16.58
%51.04
%32.38

CMYK Percentages of Color #40c57d

%68
%0
%37
%23

Triadic Colors of #40c57d

#40c57d #7d40c5 #c57d40

Analogous Colors of #40c57d

#40c57d #40c5c0 #46c540

Monochromatic Colors of #40c57d

#40c57d

Complementary Color

#40c57d #c54088

#40c57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c57d Color CSS Codes

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

#40c57d Text Font Color

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

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


#40c57d Background Color

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

This div background color is #40c57d


#40c57d Border Color

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

This div border color is #40c57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c57d


Comments

No comments written yet.

Please login to write comment.