Shades of Lawn Green #81DD16
Tints of Lawn Green #81DD16
RGB
CMYK
RGB Variations
Color information
#81DD16 (or 0x81DD16) is known color: Lawn Green. HEX triplet: 81, DD and 16. RGB value is (129,221,22). Sum of RGB (Red+Green+Blue) = 129+221+22=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81DD16 is #7E22E9. Grayscale: #ABABAB. Windows color (decimal): -8266474 or 1498497. OLE color: 1498497.
HSL color Cylindrical-coordinate representation of color #81DD16: hue angle of 87.74º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81DD16 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 22 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.13 |
| HSL | 87.74º | 0.82% | 0.48% | - |
| HSV(B) | 87.74º | 0.9% | 0.87% | - |
| XYZ | 35.05 | 56.44 | 9.81 | - |
| YUV | 170.81 | 44.02 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 22 | 0.42 | 0 | 0.90 | 0.13 | 87.74 | 0.82 | 0.48 |
| Hex | 81 | DD | 16 | 2A | 0 | 5A | D | 58 | 52 | 30 |
| Octal | 201 | 335 | 26 | 52 | 0 | 132 | 15 | 130 | 122 | 60 |
| Binary | 10000001 | 11011101 | 10110 | 101010 | 0 | 1011010 | 1101 | 1011000 | 1010010 | 110000 |
Color Harmonies of #81DD16
Complementary color
Monochromatic Colors of #81DD16
Black with #81DD16
Text Example
Text Example
White with #81DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD16; }
p { color: rgb(129,221,22); }
H1.HeaderClassName
{
color: #81DD16;
}
.AnyTagClassName
{
color: #81DD16;
}
</style>
background-color css
<style>
a { background-color: #81DD16; }
a { background-color: rgb(129,221,22); }
div.DivClassName
{
background-color: #81DD16;
}
.BgClassName
{
background-color: #81DD16;
}
</style>
border-color css
<style>
span { border-color: #81DD16; }
span { border-color: rgb(129,221,22); }
td.TdClassName
{
border-color: #81DD16;
}
.TagClassName
{
border-color: #81DD16;
}
</style>