Shades of Lawn Green #80EE16
Tints of Lawn Green #80EE16
RGB
CMYK
RGB Variations
Color information
#80EE16 (or 0x80EE16) is known color: Lawn Green. HEX triplet: 80, EE and 16. RGB value is (128,238,22). Sum of RGB (Red+Green+Blue) = 128+238+22=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 238 (93.36% from 255 or 61.34% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EE16 is #7F11E9. Grayscale: #B5B5B5. Windows color (decimal): -8327658 or 1502848. OLE color: 1502848.
HSL color Cylindrical-coordinate representation of color #80EE16: hue angle of 90.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80EE16 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 22 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.07 |
| HSL | 90.56º | 0.86% | 0.51% | - |
| HSV(B) | 90.56º | 0.91% | 0.93% | - |
| XYZ | 39.62 | 65.8 | 11.37 | - |
| YUV | 180.49 | 38.56 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 22 | 0.46 | 0 | 0.91 | 0.07 | 90.56 | 0.86 | 0.51 |
| Hex | 80 | EE | 16 | 2E | 0 | 5B | 7 | 5B | 56 | 33 |
| Octal | 200 | 356 | 26 | 56 | 0 | 133 | 7 | 133 | 126 | 63 |
| Binary | 10000000 | 11101110 | 10110 | 101110 | 0 | 1011011 | 111 | 1011011 | 1010110 | 110011 |
Color Harmonies of #80EE16
Complementary color
Monochromatic Colors of #80EE16
Black with #80EE16
Text Example
Text Example
White with #80EE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE16; }
p { color: rgb(128,238,22); }
H1.HeaderClassName
{
color: #80EE16;
}
.AnyTagClassName
{
color: #80EE16;
}
</style>
background-color css
<style>
a { background-color: #80EE16; }
a { background-color: rgb(128,238,22); }
div.DivClassName
{
background-color: #80EE16;
}
.BgClassName
{
background-color: #80EE16;
}
</style>
border-color css
<style>
span { border-color: #80EE16; }
span { border-color: rgb(128,238,22); }
td.TdClassName
{
border-color: #80EE16;
}
.TagClassName
{
border-color: #80EE16;
}
</style>