Color Hex Logo

#40bd4d Color Hex

#40BD4D
(64,189,77)
0 Favorites   0 Comments

Color spaces of #40bd4d

RGB 6418977
HSL0.350.490.50
HSV126°66°74°
CMYK 0.660.000.59   0.26
XYZ21.651538.021013.2188
Yxy38.02100.29700.5216
Hunter Lab61.6612-45.229130.4523
CIE-Lab68.0361-56.859145.8582

#40bd4d color RGB value is (64,189,77).

#40bd4d hex color red value is 64, green value is 189 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #40bd4d hue: 0.35 , saturation: 0.49 and the lightness value of 40bd4d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 01001101
Octal 100 275 115
Decimal 64 189 77
Hex 40 BD 4D

RGB Percentages of Color #40bd4d

%19.39
%57.27
%23.33

CMYK Percentages of Color #40bd4d

%66
%0
%59
%26

Triadic Colors of #40bd4d

#40bd4d #4d40bd #bd4d40

Analogous Colors of #40bd4d

#40bd4d #40bd8c #72bd40

Monochromatic Colors of #40bd4d

#40bd4d

Complementary Color

#40bd4d #bd40b0

#40bd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bd4d Color CSS Codes

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

#40bd4d Text Font Color

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

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


#40bd4d Background Color

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

This div background color is #40bd4d


#40bd4d Border Color

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

This div border color is #40bd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bd4d


Comments

No comments written yet.

Please login to write comment.