Shades of Lawn Green #71F116
Tints of Lawn Green #71F116
RGB
CMYK
RGB Variations
Color information
#71F116 (or 0x71F116) is known color: Lawn Green. HEX triplet: 71, F1 and 16. RGB value is (113,241,22). Sum of RGB (Red+Green+Blue) = 113+241+22=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #71F116 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F116 is #8E0EE9. Grayscale: #B2B2B2. Windows color (decimal): -9309930 or 1503601. OLE color: 1503601.
HSL color Cylindrical-coordinate representation of color #71F116: hue angle of 95.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71F116 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 22 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.05 |
| HSL | 95.07º | 0.89% | 0.52% | - |
| HSV(B) | 95.07º | 0.91% | 0.95% | - |
| XYZ | 38.41 | 66.48 | 11.57 | - |
| YUV | 177.76 | 40.09 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 22 | 0.53 | 0 | 0.91 | 0.05 | 95.07 | 0.89 | 0.52 |
| Hex | 71 | F1 | 16 | 35 | 0 | 5B | 5 | 5F | 59 | 34 |
| Octal | 161 | 361 | 26 | 65 | 0 | 133 | 5 | 137 | 131 | 64 |
| Binary | 1110001 | 11110001 | 10110 | 110101 | 0 | 1011011 | 101 | 1011111 | 1011001 | 110100 |
Color Harmonies of #71F116
Complementary color
Monochromatic Colors of #71F116
Black with #71F116
Text Example
Text Example
White with #71F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F116; }
p { color: rgb(113,241,22); }
H1.HeaderClassName
{
color: #71F116;
}
.AnyTagClassName
{
color: #71F116;
}
</style>
background-color css
<style>
a { background-color: #71F116; }
a { background-color: rgb(113,241,22); }
div.DivClassName
{
background-color: #71F116;
}
.BgClassName
{
background-color: #71F116;
}
</style>
border-color css
<style>
span { border-color: #71F116; }
span { border-color: rgb(113,241,22); }
td.TdClassName
{
border-color: #71F116;
}
.TagClassName
{
border-color: #71F116;
}
</style>