Shades of Lawn Green #80E421
Tints of Lawn Green #80E421
RGB
CMYK
RGB Variations
Color information
#80E421 (or 0x80E421) is known color: Lawn Green. HEX triplet: 80, E4 and 21. RGB value is (128,228,33). Sum of RGB (Red+Green+Blue) = 128+228+33=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 228 (89.45% from 255 or 58.61% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 228 - color contains mainly: green. Hex color #80E421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E421 is #7F1BDE. Grayscale: #B0B0B0. Windows color (decimal): -8330207 or 2221184. OLE color: 2221184.
HSL color Cylindrical-coordinate representation of color #80E421: hue angle of 90.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80E421 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 228 | 33 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.11 |
| HSL | 90.77º | 0.78% | 0.51% | - |
| HSV(B) | 90.77º | 0.86% | 0.89% | - |
| XYZ | 36.92 | 60.19 | 11.11 | - |
| YUV | 175.87 | 47.37 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 228 | 33 | 0.44 | 0 | 0.86 | 0.11 | 90.77 | 0.78 | 0.51 |
| Hex | 80 | E4 | 21 | 2C | 0 | 56 | B | 5B | 4E | 33 |
| Octal | 200 | 344 | 41 | 54 | 0 | 126 | 13 | 133 | 116 | 63 |
| Binary | 10000000 | 11100100 | 100001 | 101100 | 0 | 1010110 | 1011 | 1011011 | 1001110 | 110011 |
Color Harmonies of #80E421
Complementary color
Monochromatic Colors of #80E421
Black with #80E421
Text Example
Text Example
White with #80E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E421; }
p { color: rgb(128,228,33); }
H1.HeaderClassName
{
color: #80E421;
}
.AnyTagClassName
{
color: #80E421;
}
</style>
background-color css
<style>
a { background-color: #80E421; }
a { background-color: rgb(128,228,33); }
div.DivClassName
{
background-color: #80E421;
}
.BgClassName
{
background-color: #80E421;
}
</style>
border-color css
<style>
span { border-color: #80E421; }
span { border-color: rgb(128,228,33); }
td.TdClassName
{
border-color: #80E421;
}
.TagClassName
{
border-color: #80E421;
}
</style>