Shades of Lawn Green #80EC08
Tints of Lawn Green #80EC08
RGB
CMYK
RGB Variations
Color information
#80EC08 (or 0x80EC08) is known color: Lawn Green. HEX triplet: 80, EC and 08. RGB value is (128,236,8). Sum of RGB (Red+Green+Blue) = 128+236+8=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EC08 is #7F13F7. Grayscale: #B2B2B2. Windows color (decimal): -8328184 or 584832. OLE color: 584832.
HSL color Cylindrical-coordinate representation of color #80EC08: hue angle of 88.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80EC08 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 8 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.07 |
| HSL | 88.42º | 0.93% | 0.48% | - |
| HSV(B) | 88.42º | 0.97% | 0.93% | - |
| XYZ | 38.94 | 64.6 | 10.65 | - |
| YUV | 177.72 | 32.22 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 8 | 0.46 | 0 | 0.97 | 0.07 | 88.42 | 0.93 | 0.48 |
| Hex | 80 | EC | 8 | 2E | 0 | 61 | 7 | 58 | 5D | 30 |
| Octal | 200 | 354 | 10 | 56 | 0 | 141 | 7 | 130 | 135 | 60 |
| Binary | 10000000 | 11101100 | 1000 | 101110 | 0 | 1100001 | 111 | 1011000 | 1011101 | 110000 |
Color Harmonies of #80EC08
Complementary color
Monochromatic Colors of #80EC08
Black with #80EC08
Text Example
Text Example
White with #80EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC08; }
p { color: rgb(128,236,8); }
H1.HeaderClassName
{
color: #80EC08;
}
.AnyTagClassName
{
color: #80EC08;
}
</style>
background-color css
<style>
a { background-color: #80EC08; }
a { background-color: rgb(128,236,8); }
div.DivClassName
{
background-color: #80EC08;
}
.BgClassName
{
background-color: #80EC08;
}
</style>
border-color css
<style>
span { border-color: #80EC08; }
span { border-color: rgb(128,236,8); }
td.TdClassName
{
border-color: #80EC08;
}
.TagClassName
{
border-color: #80EC08;
}
</style>