Shades of Lawn Green #80EA14
Tints of Lawn Green #80EA14
RGB
CMYK
RGB Variations
Color information
#80EA14 (or 0x80EA14) is known color: Lawn Green. HEX triplet: 80, EA and 14. RGB value is (128,234,20). Sum of RGB (Red+Green+Blue) = 128+234+20=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 234 (91.80% from 255 or 61.26% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EA14 is #7F15EB. Grayscale: #B2B2B2. Windows color (decimal): -8328684 or 1370752. OLE color: 1370752.
HSL color Cylindrical-coordinate representation of color #80EA14: hue angle of 89.72º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80EA14 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 20 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.08 |
| HSL | 89.72º | 0.84% | 0.5% | - |
| HSV(B) | 89.72º | 0.91% | 0.92% | - |
| XYZ | 38.45 | 63.49 | 10.89 | - |
| YUV | 177.91 | 38.88 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 20 | 0.45 | 0 | 0.91 | 0.08 | 89.72 | 0.84 | 0.5 |
| Hex | 80 | EA | 14 | 2D | 0 | 5B | 8 | 5A | 54 | 32 |
| Octal | 200 | 352 | 24 | 55 | 0 | 133 | 10 | 132 | 124 | 62 |
| Binary | 10000000 | 11101010 | 10100 | 101101 | 0 | 1011011 | 1000 | 1011010 | 1010100 | 110010 |
Color Harmonies of #80EA14
Complementary color
Monochromatic Colors of #80EA14
Black with #80EA14
Text Example
Text Example
White with #80EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EA14; }
p { color: rgb(128,234,20); }
H1.HeaderClassName
{
color: #80EA14;
}
.AnyTagClassName
{
color: #80EA14;
}
</style>
background-color css
<style>
a { background-color: #80EA14; }
a { background-color: rgb(128,234,20); }
div.DivClassName
{
background-color: #80EA14;
}
.BgClassName
{
background-color: #80EA14;
}
</style>
border-color css
<style>
span { border-color: #80EA14; }
span { border-color: rgb(128,234,20); }
td.TdClassName
{
border-color: #80EA14;
}
.TagClassName
{
border-color: #80EA14;
}
</style>