Color spaces of #40e541
RGB | 64 | 229 | 65 |
---|---|---|---|
HSL | 0.33 | 0.76 | 0.57 |
HSV | 120° | 72° | 90° |
CMYK | 0.72 | 0.00 | 0.72 0.10 |
XYZ | 31.0878 | 57.5103 | 14.4631 |
Yxy | 57.5103 | 0.3016 | 0.5580 |
Hunter Lab | 75.8355 | -59.5384 | 41.7773 |
CIE-Lab | 80.4658 | -71.3023 | 64.2740 |
#40e541 color RGB value is (64,229,65).
#40e541 hex color red value is 64, green value is 229 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #40e541 hue: 0.33 , saturation: 0.76 and the lightness value of 40e541 is 0.57.
The process color (four color CMYK) of #40e541 color hex is 0.72, 0.00, 0.72, 0.10. Web safe color of #40e541 is #33cc33. Color #40e541 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 11100101 | 01000001 |
Octal | 100 | 345 | 101 |
Decimal | 64 | 229 | 65 |
Hex | 40 | E5 | 41 |
Shades of #40e541
Tints of #40e541
RGB Percentages of Color #40e541
CMYK Percentages of Color #40e541
Complementary Color
#40e541 | #e540e4 |
#40e541 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40e541 Color Preview on White Background
Lorem ipsum dolor sit amet.
#40e541 Color CSS Codes
.mybgcolor {background-color:#40e541; } .myforecolor {color:#40e541; } .mybordercolor {border:3px solid #40e541; }
#40e541 Text Font Color
<p style="color:#40e541">Text here</p>
This sample text font color is #40e541
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.
#40e541 Background Color
<div style="background-color:#40e541">
Div content here</div>
This div background color is #40e541
#40e541 Border Color
<div style="border:3px solid #40e541">
Div here</div>
This div border color is #40e541
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,229,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40e541; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40e541; -webkit-box-shadow: 1px 1px 3px 2px #40e541; box-shadow: 1px 1px 3px 2px #40e541; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,229,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 #40e541">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40e541; -webkit-box-shadow: 1px 1px 3px 2px #40e541; box-shadow: 1px 1px 3px 2px #40e541;">
Div content here</div>
This div box has shadow with color #40e541
Comments
No comments written yet.
Please login to write comment.