Shades of Lawn Green #71E116
Tints of Lawn Green #71E116
RGB
CMYK
RGB Variations
Color information
#71E116 (or 0x71E116) is known color: Lawn Green. HEX triplet: 71, E1 and 16. RGB value is (113,225,22). Sum of RGB (Red+Green+Blue) = 113+225+22=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #71E116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71E116 is #8E1EE9. Grayscale: #A9A9A9. Windows color (decimal): -9314026 or 1499505. OLE color: 1499505.
HSL color Cylindrical-coordinate representation of color #71E116: hue angle of 93.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71E116 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 22 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.12 |
| HSL | 93.1º | 0.82% | 0.48% | - |
| HSV(B) | 93.1º | 0.9% | 0.88% | - |
| XYZ | 33.88 | 57.42 | 10.06 | - |
| YUV | 168.37 | 45.39 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 22 | 0.50 | 0 | 0.90 | 0.12 | 93.1 | 0.82 | 0.48 |
| Hex | 71 | E1 | 16 | 32 | 0 | 5A | C | 5D | 52 | 30 |
| Octal | 161 | 341 | 26 | 62 | 0 | 132 | 14 | 135 | 122 | 60 |
| Binary | 1110001 | 11100001 | 10110 | 110010 | 0 | 1011010 | 1100 | 1011101 | 1010010 | 110000 |
Color Harmonies of #71E116
Complementary color
Monochromatic Colors of #71E116
Black with #71E116
Text Example
Text Example
White with #71E116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E116; }
p { color: rgb(113,225,22); }
H1.HeaderClassName
{
color: #71E116;
}
.AnyTagClassName
{
color: #71E116;
}
</style>
background-color css
<style>
a { background-color: #71E116; }
a { background-color: rgb(113,225,22); }
div.DivClassName
{
background-color: #71E116;
}
.BgClassName
{
background-color: #71E116;
}
</style>
border-color css
<style>
span { border-color: #71E116; }
span { border-color: rgb(113,225,22); }
td.TdClassName
{
border-color: #71E116;
}
.TagClassName
{
border-color: #71E116;
}
</style>