Shades of Lawn Green #71DC16
Tints of Lawn Green #71DC16
RGB
CMYK
RGB Variations
Color information
#71DC16 (or 0x71DC16) is known color: Lawn Green. HEX triplet: 71, DC and 16. RGB value is (113,220,22). Sum of RGB (Red+Green+Blue) = 113+220+22=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DC16 is #8E23E9. Grayscale: #A6A6A6. Windows color (decimal): -9315306 or 1498225. OLE color: 1498225.
HSL color Cylindrical-coordinate representation of color #71DC16: hue angle of 92.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71DC16 is Cyan = 0.49, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 22 | - |
| CMYK | 0.49 | 0 | 0.9 | 0.14 |
| HSL | 92.42º | 0.82% | 0.47% | - |
| HSV(B) | 92.42º | 0.9% | 0.86% | - |
| XYZ | 32.55 | 54.76 | 9.61 | - |
| YUV | 165.44 | 47.05 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 22 | 0.49 | 0 | 0.9 | 0.14 | 92.42 | 0.82 | 0.47 |
| Hex | 71 | DC | 16 | 31 | 0 | 5A | E | 5C | 52 | 2F |
| Octal | 161 | 334 | 26 | 61 | 0 | 132 | 16 | 134 | 122 | 57 |
| Binary | 1110001 | 11011100 | 10110 | 110001 | 0 | 1011010 | 1110 | 1011100 | 1010010 | 101111 |
Color Harmonies of #71DC16
Complementary color
Monochromatic Colors of #71DC16
Black with #71DC16
Text Example
Text Example
White with #71DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC16; }
p { color: rgb(113,220,22); }
H1.HeaderClassName
{
color: #71DC16;
}
.AnyTagClassName
{
color: #71DC16;
}
</style>
background-color css
<style>
a { background-color: #71DC16; }
a { background-color: rgb(113,220,22); }
div.DivClassName
{
background-color: #71DC16;
}
.BgClassName
{
background-color: #71DC16;
}
</style>
border-color css
<style>
span { border-color: #71DC16; }
span { border-color: rgb(113,220,22); }
td.TdClassName
{
border-color: #71DC16;
}
.TagClassName
{
border-color: #71DC16;
}
</style>