Color Hex Logo

#40d541 Color Hex

#40D541
(64,213,65)
0 Favorites   0 Comments

Color spaces of #40d541

RGB 6421365
HSL0.330.640.54
HSV120°70°84°
CMYK 0.700.000.69   0.16
XYZ26.862749.060113.0548
Yxy49.06010.30190.5514
Hunter Lab70.0429-54.117237.9794
CIE-Lab75.4887-66.222059.1188

#40d541 color RGB value is (64,213,65).

#40d541 hex color red value is 64, green value is 213 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #40d541 hue: 0.33 , saturation: 0.64 and the lightness value of 40d541 is 0.54.

The process color (four color CMYK) of #40d541 color hex is 0.70, 0.00, 0.69, 0.16. Web safe color of #40d541 is #33cc33. Color #40d541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11010101 01000001
Octal 100 325 101
Decimal 64 213 65
Hex 40 D5 41

RGB Percentages of Color #40d541

%18.71
%62.28
%19.01

CMYK Percentages of Color #40d541

%70
%0
%69
%16

Triadic Colors of #40d541

#40d541 #4140d5 #d54140

Analogous Colors of #40d541

#40d541 #40d58c #8ad540

Monochromatic Colors of #40d541

#40d541

Complementary Color

#40d541 #d540d4

#40d541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40d541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40d541 Color CSS Codes

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

#40d541 Text Font Color

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

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


#40d541 Background Color

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

This div background color is #40d541


#40d541 Border Color

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

This div border color is #40d541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40d541


Comments

No comments written yet.

Please login to write comment.