Shades of Lawn Green #80ED20
Tints of Lawn Green #80ED20
RGB
CMYK
RGB Variations
Color information
#80ED20 (or 0x80ED20) is known color: Lawn Green. HEX triplet: 80, ED and 20. RGB value is (128,237,32). Sum of RGB (Red+Green+Blue) = 128+237+32=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 237 (92.97% from 255 or 59.70% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80ED20 is #7F12DF. Grayscale: #B5B5B5. Windows color (decimal): -8327904 or 2157952. OLE color: 2157952.
HSL color Cylindrical-coordinate representation of color #80ED20: hue angle of 91.9º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80ED20 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 32 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.07 |
| HSL | 91.9º | 0.85% | 0.53% | - |
| HSV(B) | 91.9º | 0.86% | 0.93% | - |
| XYZ | 39.45 | 65.26 | 11.88 | - |
| YUV | 181.04 | 43.89 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 32 | 0.46 | 0 | 0.86 | 0.07 | 91.9 | 0.85 | 0.53 |
| Hex | 80 | ED | 20 | 2E | 0 | 56 | 7 | 5C | 55 | 35 |
| Octal | 200 | 355 | 40 | 56 | 0 | 126 | 7 | 134 | 125 | 65 |
| Binary | 10000000 | 11101101 | 100000 | 101110 | 0 | 1010110 | 111 | 1011100 | 1010101 | 110101 |
Color Harmonies of #80ED20
Complementary color
Monochromatic Colors of #80ED20
Black with #80ED20
Text Example
Text Example
White with #80ED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ED20; }
p { color: rgb(128,237,32); }
H1.HeaderClassName
{
color: #80ED20;
}
.AnyTagClassName
{
color: #80ED20;
}
</style>
background-color css
<style>
a { background-color: #80ED20; }
a { background-color: rgb(128,237,32); }
div.DivClassName
{
background-color: #80ED20;
}
.BgClassName
{
background-color: #80ED20;
}
</style>
border-color css
<style>
span { border-color: #80ED20; }
span { border-color: rgb(128,237,32); }
td.TdClassName
{
border-color: #80ED20;
}
.TagClassName
{
border-color: #80ED20;
}
</style>