Shades of Lawn Green #80D808
Tints of Lawn Green #80D808
RGB
CMYK
RGB Variations
Color information
#80D808 (or 0x80D808) is known color: Lawn Green. HEX triplet: 80, D8 and 08. RGB value is (128,216,8). Sum of RGB (Red+Green+Blue) = 128+216+8=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #80D808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D808 is #7F27F7. Grayscale: #A6A6A6. Windows color (decimal): -8333304 or 579712. OLE color: 579712.
HSL color Cylindrical-coordinate representation of color #80D808: hue angle of 85.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80D808 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 8 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.15 |
| HSL | 85.38º | 0.93% | 0.44% | - |
| HSV(B) | 85.38º | 0.96% | 0.85% | - |
| XYZ | 33.5 | 53.72 | 8.83 | - |
| YUV | 165.98 | 38.85 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 8 | 0.41 | 0 | 0.96 | 0.15 | 85.38 | 0.93 | 0.44 |
| Hex | 80 | D8 | 8 | 29 | 0 | 60 | F | 55 | 5D | 2C |
| Octal | 200 | 330 | 10 | 51 | 0 | 140 | 17 | 125 | 135 | 54 |
| Binary | 10000000 | 11011000 | 1000 | 101001 | 0 | 1100000 | 1111 | 1010101 | 1011101 | 101100 |
Color Harmonies of #80D808
Complementary color
Monochromatic Colors of #80D808
Black with #80D808
Text Example
Text Example
White with #80D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D808; }
p { color: rgb(128,216,8); }
H1.HeaderClassName
{
color: #80D808;
}
.AnyTagClassName
{
color: #80D808;
}
</style>
background-color css
<style>
a { background-color: #80D808; }
a { background-color: rgb(128,216,8); }
div.DivClassName
{
background-color: #80D808;
}
.BgClassName
{
background-color: #80D808;
}
</style>
border-color css
<style>
span { border-color: #80D808; }
span { border-color: rgb(128,216,8); }
td.TdClassName
{
border-color: #80D808;
}
.TagClassName
{
border-color: #80D808;
}
</style>