Shades of Lawn Green #71DB14
Tints of Lawn Green #71DB14
RGB
CMYK
RGB Variations
Color information
#71DB14 (or 0x71DB14) is known color: Lawn Green. HEX triplet: 71, DB and 14. RGB value is (113,219,20). Sum of RGB (Red+Green+Blue) = 113+219+20=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DB14 is #8E24EB. Grayscale: #A5A5A5. Windows color (decimal): -9315564 or 1366897. OLE color: 1366897.
HSL color Cylindrical-coordinate representation of color #71DB14: hue angle of 91.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71DB14 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 20 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.14 |
| HSL | 91.96º | 0.83% | 0.47% | - |
| HSV(B) | 91.96º | 0.91% | 0.86% | - |
| XYZ | 32.27 | 54.22 | 9.43 | - |
| YUV | 164.62 | 46.38 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 20 | 0.48 | 0 | 0.91 | 0.14 | 91.96 | 0.83 | 0.47 |
| Hex | 71 | DB | 14 | 30 | 0 | 5B | E | 5C | 53 | 2F |
| Octal | 161 | 333 | 24 | 60 | 0 | 133 | 16 | 134 | 123 | 57 |
| Binary | 1110001 | 11011011 | 10100 | 110000 | 0 | 1011011 | 1110 | 1011100 | 1010011 | 101111 |
Color Harmonies of #71DB14
Complementary color
Monochromatic Colors of #71DB14
Black with #71DB14
Text Example
Text Example
White with #71DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DB14; }
p { color: rgb(113,219,20); }
H1.HeaderClassName
{
color: #71DB14;
}
.AnyTagClassName
{
color: #71DB14;
}
</style>
background-color css
<style>
a { background-color: #71DB14; }
a { background-color: rgb(113,219,20); }
div.DivClassName
{
background-color: #71DB14;
}
.BgClassName
{
background-color: #71DB14;
}
</style>
border-color css
<style>
span { border-color: #71DB14; }
span { border-color: rgb(113,219,20); }
td.TdClassName
{
border-color: #71DB14;
}
.TagClassName
{
border-color: #71DB14;
}
</style>