Shades of Lawn Green #80E011
Tints of Lawn Green #80E011
RGB
CMYK
RGB Variations
Color information
#80E011 (or 0x80E011) is known color: Lawn Green. HEX triplet: 80, E0 and 11. RGB value is (128,224,17). Sum of RGB (Red+Green+Blue) = 128+224+17=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #80E011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E011 is #7F1FEE. Grayscale: #ACACAC. Windows color (decimal): -8331247 or 1171584. OLE color: 1171584.
HSL color Cylindrical-coordinate representation of color #80E011: hue angle of 87.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80E011 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 17 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.12 |
| HSL | 87.83º | 0.86% | 0.47% | - |
| HSV(B) | 87.83º | 0.92% | 0.88% | - |
| XYZ | 35.66 | 57.94 | 9.83 | - |
| YUV | 171.7 | 40.7 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 17 | 0.43 | 0 | 0.92 | 0.12 | 87.83 | 0.86 | 0.47 |
| Hex | 80 | E0 | 11 | 2B | 0 | 5C | C | 58 | 56 | 2F |
| Octal | 200 | 340 | 21 | 53 | 0 | 134 | 14 | 130 | 126 | 57 |
| Binary | 10000000 | 11100000 | 10001 | 101011 | 0 | 1011100 | 1100 | 1011000 | 1010110 | 101111 |
Color Harmonies of #80E011
Complementary color
Monochromatic Colors of #80E011
Black with #80E011
Text Example
Text Example
White with #80E011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E011; }
p { color: rgb(128,224,17); }
H1.HeaderClassName
{
color: #80E011;
}
.AnyTagClassName
{
color: #80E011;
}
</style>
background-color css
<style>
a { background-color: #80E011; }
a { background-color: rgb(128,224,17); }
div.DivClassName
{
background-color: #80E011;
}
.BgClassName
{
background-color: #80E011;
}
</style>
border-color css
<style>
span { border-color: #80E011; }
span { border-color: rgb(128,224,17); }
td.TdClassName
{
border-color: #80E011;
}
.TagClassName
{
border-color: #80E011;
}
</style>