Color spaces of #71e45b
RGB | 113 | 228 | 91 |
---|---|---|---|
HSL | 0.31 | 0.72 | 0.63 |
HSV | 110° | 60° | 89° |
CMYK | 0.50 | 0.00 | 0.60 0.11 |
XYZ | 36.4418 | 59.7528 | 19.5103 |
Yxy | 59.7528 | 0.3150 | 0.5164 |
Hunter Lab | 77.2999 | -51.1240 | 39.1453 |
CIE-Lab | 81.7036 | -57.8990 | 55.7007 |
#71e45b color RGB value is (113,228,91).
#71e45b hex color red value is 113, green value is 228 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #71e45b hue: 0.31 , saturation: 0.72 and the lightness value of 71e45b is 0.63.
The process color (four color CMYK) of #71e45b color hex is 0.50, 0.00, 0.60, 0.11. Web safe color of #71e45b is #66cc66. Color #71e45b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11100100 | 01011011 |
Octal | 161 | 344 | 133 |
Decimal | 113 | 228 | 91 |
Hex | 71 | E4 | 5B |
Shades of #71e45b
Tints of #71e45b
RGB Percentages of Color #71e45b
CMYK Percentages of Color #71e45b
Complementary Color
#71e45b | #ce5be4 |
#71e45b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71e45b Color Preview on White Background
Lorem ipsum dolor sit amet.
#71e45b Color CSS Codes
.mybgcolor {background-color:#71e45b; } .myforecolor {color:#71e45b; } .mybordercolor {border:3px solid #71e45b; }
#71e45b Text Font Color
<p style="color:#71e45b">Text here</p>
This sample text font color is #71e45b
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.
#71e45b Background Color
<div style="background-color:#71e45b">
Div content here</div>
This div background color is #71e45b
#71e45b Border Color
<div style="border:3px solid #71e45b">
Div here</div>
This div border color is #71e45b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,228,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71e45b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71e45b; -webkit-box-shadow: 1px 1px 3px 2px #71e45b; box-shadow: 1px 1px 3px 2px #71e45b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,228,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71e45b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71e45b; -webkit-box-shadow: 1px 1px 3px 2px #71e45b; box-shadow: 1px 1px 3px 2px #71e45b;">
Div content here</div>
This div box has shadow with color #71e45b
Comments
No comments written yet.
Please login to write comment.