Shades of Lawn Green #80D50E
Tints of Lawn Green #80D50E
RGB
CMYK
RGB Variations
Color information
#80D50E (or 0x80D50E) is known color: Lawn Green. HEX triplet: 80, D5 and 0E. RGB value is (128,213,14). Sum of RGB (Red+Green+Blue) = 128+213+14=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #80D50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D50E is #7F2AF1. Grayscale: #A5A5A5. Windows color (decimal): -8334066 or 972160. OLE color: 972160.
HSL color Cylindrical-coordinate representation of color #80D50E: hue angle of 85.63º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80D50E is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 14 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.16 |
| HSL | 85.63º | 0.88% | 0.45% | - |
| HSV(B) | 85.63º | 0.93% | 0.84% | - |
| XYZ | 32.78 | 52.21 | 8.77 | - |
| YUV | 164.9 | 42.84 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 14 | 0.40 | 0 | 0.93 | 0.16 | 85.63 | 0.88 | 0.45 |
| Hex | 80 | D5 | E | 28 | 0 | 5D | 10 | 56 | 58 | 2D |
| Octal | 200 | 325 | 16 | 50 | 0 | 135 | 20 | 126 | 130 | 55 |
| Binary | 10000000 | 11010101 | 1110 | 101000 | 0 | 1011101 | 10000 | 1010110 | 1011000 | 101101 |
Color Harmonies of #80D50E
Complementary color
Monochromatic Colors of #80D50E
Black with #80D50E
Text Example
Text Example
White with #80D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D50E; }
p { color: rgb(128,213,14); }
H1.HeaderClassName
{
color: #80D50E;
}
.AnyTagClassName
{
color: #80D50E;
}
</style>
background-color css
<style>
a { background-color: #80D50E; }
a { background-color: rgb(128,213,14); }
div.DivClassName
{
background-color: #80D50E;
}
.BgClassName
{
background-color: #80D50E;
}
</style>
border-color css
<style>
span { border-color: #80D50E; }
span { border-color: rgb(128,213,14); }
td.TdClassName
{
border-color: #80D50E;
}
.TagClassName
{
border-color: #80D50E;
}
</style>