Shades of Lawn Green #80E511
Tints of Lawn Green #80E511
RGB
CMYK
RGB Variations
Color information
#80E511 (or 0x80E511) is known color: Lawn Green. HEX triplet: 80, E5 and 11. RGB value is (128,229,17). Sum of RGB (Red+Green+Blue) = 128+229+17=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 229 (89.84% from 255 or 61.23% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 229 - color contains mainly: green. Hex color #80E511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E511 is #7F1AEE. Grayscale: #AFAFAF. Windows color (decimal): -8329967 or 1172864. OLE color: 1172864.
HSL color Cylindrical-coordinate representation of color #80E511: hue angle of 88.58º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80E511 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 17 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.10 |
| HSL | 88.58º | 0.86% | 0.48% | - |
| HSV(B) | 88.58º | 0.93% | 0.9% | - |
| XYZ | 37.02 | 60.67 | 10.29 | - |
| YUV | 174.63 | 39.04 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 17 | 0.44 | 0 | 0.93 | 0.10 | 88.58 | 0.86 | 0.48 |
| Hex | 80 | E5 | 11 | 2C | 0 | 5D | A | 59 | 56 | 30 |
| Octal | 200 | 345 | 21 | 54 | 0 | 135 | 12 | 131 | 126 | 60 |
| Binary | 10000000 | 11100101 | 10001 | 101100 | 0 | 1011101 | 1010 | 1011001 | 1010110 | 110000 |
Color Harmonies of #80E511
Complementary color
Monochromatic Colors of #80E511
Black with #80E511
Text Example
Text Example
White with #80E511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E511; }
p { color: rgb(128,229,17); }
H1.HeaderClassName
{
color: #80E511;
}
.AnyTagClassName
{
color: #80E511;
}
</style>
background-color css
<style>
a { background-color: #80E511; }
a { background-color: rgb(128,229,17); }
div.DivClassName
{
background-color: #80E511;
}
.BgClassName
{
background-color: #80E511;
}
</style>
border-color css
<style>
span { border-color: #80E511; }
span { border-color: rgb(128,229,17); }
td.TdClassName
{
border-color: #80E511;
}
.TagClassName
{
border-color: #80E511;
}
</style>