Shades of Lawn Green #81DB08
Tints of Lawn Green #81DB08
RGB
CMYK
RGB Variations
Color information
#81DB08 (or 0x81DB08) is known color: Lawn Green. HEX triplet: 81, DB and 08. RGB value is (129,219,8). Sum of RGB (Red+Green+Blue) = 129+219+8=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81DB08 is #7E24F7. Grayscale: #A8A8A8. Windows color (decimal): -8267000 or 580481. OLE color: 580481.
HSL color Cylindrical-coordinate representation of color #81DB08: hue angle of 85.59º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81DB08 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 8 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.14 |
| HSL | 85.59º | 0.93% | 0.45% | - |
| HSV(B) | 85.59º | 0.96% | 0.86% | - |
| XYZ | 34.43 | 55.35 | 9.1 | - |
| YUV | 168.04 | 37.68 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 8 | 0.41 | 0 | 0.96 | 0.14 | 85.59 | 0.93 | 0.45 |
| Hex | 81 | DB | 8 | 29 | 0 | 60 | E | 56 | 5D | 2D |
| Octal | 201 | 333 | 10 | 51 | 0 | 140 | 16 | 126 | 135 | 55 |
| Binary | 10000001 | 11011011 | 1000 | 101001 | 0 | 1100000 | 1110 | 1010110 | 1011101 | 101101 |
Color Harmonies of #81DB08
Complementary color
Monochromatic Colors of #81DB08
Black with #81DB08
Text Example
Text Example
White with #81DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB08; }
p { color: rgb(129,219,8); }
H1.HeaderClassName
{
color: #81DB08;
}
.AnyTagClassName
{
color: #81DB08;
}
</style>
background-color css
<style>
a { background-color: #81DB08; }
a { background-color: rgb(129,219,8); }
div.DivClassName
{
background-color: #81DB08;
}
.BgClassName
{
background-color: #81DB08;
}
</style>
border-color css
<style>
span { border-color: #81DB08; }
span { border-color: rgb(129,219,8); }
td.TdClassName
{
border-color: #81DB08;
}
.TagClassName
{
border-color: #81DB08;
}
</style>