Shades of Lawn Green #80E510
Tints of Lawn Green #80E510
RGB
CMYK
RGB Variations
Color information
#80E510 (or 0x80E510) is known color: Lawn Green. HEX triplet: 80, E5 and 10. RGB value is (128,229,16). Sum of RGB (Red+Green+Blue) = 128+229+16=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 229 (89.84% from 255 or 61.39% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 229 - color contains mainly: green. Hex color #80E510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E510 is #7F1AEF. Grayscale: #AFAFAF. Windows color (decimal): -8329968 or 1107328. OLE color: 1107328.
HSL color Cylindrical-coordinate representation of color #80E510: hue angle of 88.45º degrees, saturation: 0.87, 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 #80E510 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 16 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.10 |
| HSL | 88.45º | 0.87% | 0.48% | - |
| HSV(B) | 88.45º | 0.93% | 0.9% | - |
| XYZ | 37.01 | 60.67 | 10.25 | - |
| YUV | 174.52 | 38.54 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 16 | 0.44 | 0 | 0.93 | 0.10 | 88.45 | 0.87 | 0.48 |
| Hex | 80 | E5 | 10 | 2C | 0 | 5D | A | 58 | 57 | 30 |
| Octal | 200 | 345 | 20 | 54 | 0 | 135 | 12 | 130 | 127 | 60 |
| Binary | 10000000 | 11100101 | 10000 | 101100 | 0 | 1011101 | 1010 | 1011000 | 1010111 | 110000 |
Color Harmonies of #80E510
Complementary color
Monochromatic Colors of #80E510
Black with #80E510
Text Example
Text Example
White with #80E510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E510; }
p { color: rgb(128,229,16); }
H1.HeaderClassName
{
color: #80E510;
}
.AnyTagClassName
{
color: #80E510;
}
</style>
background-color css
<style>
a { background-color: #80E510; }
a { background-color: rgb(128,229,16); }
div.DivClassName
{
background-color: #80E510;
}
.BgClassName
{
background-color: #80E510;
}
</style>
border-color css
<style>
span { border-color: #80E510; }
span { border-color: rgb(128,229,16); }
td.TdClassName
{
border-color: #80E510;
}
.TagClassName
{
border-color: #80E510;
}
</style>