Shades of Lawn Green #80EF15
Tints of Lawn Green #80EF15
RGB
CMYK
RGB Variations
Color information
#80EF15 (or 0x80EF15) is known color: Lawn Green. HEX triplet: 80, EF and 15. RGB value is (128,239,21). Sum of RGB (Red+Green+Blue) = 128+239+21=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 239 (93.75% from 255 or 61.60% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EF15 is #7F10EA. Grayscale: #B5B5B5. Windows color (decimal): -8327403 or 1437568. OLE color: 1437568.
HSL color Cylindrical-coordinate representation of color #80EF15: hue angle of 90.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80EF15 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 21 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.06 |
| HSL | 90.55º | 0.87% | 0.51% | - |
| HSV(B) | 90.55º | 0.91% | 0.94% | - |
| XYZ | 39.9 | 66.38 | 11.42 | - |
| YUV | 180.96 | 37.73 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 21 | 0.46 | 0 | 0.91 | 0.06 | 90.55 | 0.87 | 0.51 |
| Hex | 80 | EF | 15 | 2E | 0 | 5B | 6 | 5B | 57 | 33 |
| Octal | 200 | 357 | 25 | 56 | 0 | 133 | 6 | 133 | 127 | 63 |
| Binary | 10000000 | 11101111 | 10101 | 101110 | 0 | 1011011 | 110 | 1011011 | 1010111 | 110011 |
Color Harmonies of #80EF15
Complementary color
Monochromatic Colors of #80EF15
Black with #80EF15
Text Example
Text Example
White with #80EF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF15; }
p { color: rgb(128,239,21); }
H1.HeaderClassName
{
color: #80EF15;
}
.AnyTagClassName
{
color: #80EF15;
}
</style>
background-color css
<style>
a { background-color: #80EF15; }
a { background-color: rgb(128,239,21); }
div.DivClassName
{
background-color: #80EF15;
}
.BgClassName
{
background-color: #80EF15;
}
</style>
border-color css
<style>
span { border-color: #80EF15; }
span { border-color: rgb(128,239,21); }
td.TdClassName
{
border-color: #80EF15;
}
.TagClassName
{
border-color: #80EF15;
}
</style>