Shades of Lawn Green #80E014
Tints of Lawn Green #80E014
RGB
CMYK
RGB Variations
Color information
#80E014 (or 0x80E014) is known color: Lawn Green. HEX triplet: 80, E0 and 14. RGB value is (128,224,20). Sum of RGB (Red+Green+Blue) = 128+224+20=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #80E014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E014 is #7F1FEB. Grayscale: #ACACAC. Windows color (decimal): -8331244 or 1368192. OLE color: 1368192.
HSL color Cylindrical-coordinate representation of color #80E014: hue angle of 88.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80E014 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 20 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.12 |
| HSL | 88.24º | 0.84% | 0.48% | - |
| HSV(B) | 88.24º | 0.91% | 0.88% | - |
| XYZ | 35.68 | 57.95 | 9.97 | - |
| YUV | 172.04 | 42.2 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 20 | 0.43 | 0 | 0.91 | 0.12 | 88.24 | 0.84 | 0.48 |
| Hex | 80 | E0 | 14 | 2B | 0 | 5B | C | 58 | 54 | 30 |
| Octal | 200 | 340 | 24 | 53 | 0 | 133 | 14 | 130 | 124 | 60 |
| Binary | 10000000 | 11100000 | 10100 | 101011 | 0 | 1011011 | 1100 | 1011000 | 1010100 | 110000 |
Color Harmonies of #80E014
Complementary color
Monochromatic Colors of #80E014
Black with #80E014
Text Example
Text Example
White with #80E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E014; }
p { color: rgb(128,224,20); }
H1.HeaderClassName
{
color: #80E014;
}
.AnyTagClassName
{
color: #80E014;
}
</style>
background-color css
<style>
a { background-color: #80E014; }
a { background-color: rgb(128,224,20); }
div.DivClassName
{
background-color: #80E014;
}
.BgClassName
{
background-color: #80E014;
}
</style>
border-color css
<style>
span { border-color: #80E014; }
span { border-color: rgb(128,224,20); }
td.TdClassName
{
border-color: #80E014;
}
.TagClassName
{
border-color: #80E014;
}
</style>