Shades of Lawn Green #81D802
Tints of Lawn Green #81D802
RGB
CMYK
RGB Variations
Color information
#81D802 (or 0x81D802) is known color: Lawn Green. HEX triplet: 81, D8 and 02. RGB value is (129,216,2). Sum of RGB (Red+Green+Blue) = 129+216+2=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 216 (84.77% from 255 or 62.25% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 216 - color contains mainly: green. Hex color #81D802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D802 is #7E27FD. Grayscale: #A6A6A6. Windows color (decimal): -8267774 or 186497. OLE color: 186497.
HSL color Cylindrical-coordinate representation of color #81D802: hue angle of 84.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81D802 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.15 |
| HSL | 84.39º | 0.98% | 0.43% | - |
| HSV(B) | 84.39º | 0.99% | 0.85% | - |
| XYZ | 33.62 | 53.78 | 8.67 | - |
| YUV | 165.59 | 35.68 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 2 | 0.40 | 0 | 0.99 | 0.15 | 84.39 | 0.98 | 0.43 |
| Hex | 81 | D8 | 2 | 28 | 0 | 63 | F | 54 | 62 | 2B |
| Octal | 201 | 330 | 2 | 50 | 0 | 143 | 17 | 124 | 142 | 53 |
| Binary | 10000001 | 11011000 | 10 | 101000 | 0 | 1100011 | 1111 | 1010100 | 1100010 | 101011 |
Color Harmonies of #81D802
Complementary color
Monochromatic Colors of #81D802
Black with #81D802
Text Example
Text Example
White with #81D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D802; }
p { color: rgb(129,216,2); }
H1.HeaderClassName
{
color: #81D802;
}
.AnyTagClassName
{
color: #81D802;
}
</style>
background-color css
<style>
a { background-color: #81D802; }
a { background-color: rgb(129,216,2); }
div.DivClassName
{
background-color: #81D802;
}
.BgClassName
{
background-color: #81D802;
}
</style>
border-color css
<style>
span { border-color: #81D802; }
span { border-color: rgb(129,216,2); }
td.TdClassName
{
border-color: #81D802;
}
.TagClassName
{
border-color: #81D802;
}
</style>