Shades of Lawn Green #80D508
Tints of Lawn Green #80D508
RGB
CMYK
RGB Variations
Color information
#80D508 (or 0x80D508) is known color: Lawn Green. HEX triplet: 80, D5 and 08. RGB value is (128,213,8). Sum of RGB (Red+Green+Blue) = 128+213+8=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #80D508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D508 is #7F2AF7. Grayscale: #A4A4A4. Windows color (decimal): -8334072 or 578944. OLE color: 578944.
HSL color Cylindrical-coordinate representation of color #80D508: hue angle of 84.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80D508 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 8 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.16 |
| HSL | 84.88º | 0.93% | 0.43% | - |
| HSV(B) | 84.88º | 0.96% | 0.84% | - |
| XYZ | 32.74 | 52.2 | 8.58 | - |
| YUV | 164.22 | 39.84 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 8 | 0.40 | 0 | 0.96 | 0.16 | 84.88 | 0.93 | 0.43 |
| Hex | 80 | D5 | 8 | 28 | 0 | 60 | 10 | 55 | 5D | 2B |
| Octal | 200 | 325 | 10 | 50 | 0 | 140 | 20 | 125 | 135 | 53 |
| Binary | 10000000 | 11010101 | 1000 | 101000 | 0 | 1100000 | 10000 | 1010101 | 1011101 | 101011 |
Color Harmonies of #80D508
Complementary color
Monochromatic Colors of #80D508
Black with #80D508
Text Example
Text Example
White with #80D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D508; }
p { color: rgb(128,213,8); }
H1.HeaderClassName
{
color: #80D508;
}
.AnyTagClassName
{
color: #80D508;
}
</style>
background-color css
<style>
a { background-color: #80D508; }
a { background-color: rgb(128,213,8); }
div.DivClassName
{
background-color: #80D508;
}
.BgClassName
{
background-color: #80D508;
}
</style>
border-color css
<style>
span { border-color: #80D508; }
span { border-color: rgb(128,213,8); }
td.TdClassName
{
border-color: #80D508;
}
.TagClassName
{
border-color: #80D508;
}
</style>