Shades of Lawn Green #80EC04
Tints of Lawn Green #80EC04
RGB
CMYK
RGB Variations
Color information
#80EC04 (or 0x80EC04) is known color: Lawn Green. HEX triplet: 80, EC and 04. RGB value is (128,236,4). Sum of RGB (Red+Green+Blue) = 128+236+4=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 236 (92.58% from 255 or 64.13% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EC04 is #7F13FB. Grayscale: #B2B2B2. Windows color (decimal): -8328188 or 322688. OLE color: 322688.
HSL color Cylindrical-coordinate representation of color #80EC04: hue angle of 87.93º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80EC04 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.07 |
| HSL | 87.93º | 0.97% | 0.47% | - |
| HSV(B) | 87.93º | 0.98% | 0.93% | - |
| XYZ | 38.92 | 64.59 | 10.53 | - |
| YUV | 177.26 | 30.22 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 4 | 0.46 | 0 | 0.98 | 0.07 | 87.93 | 0.97 | 0.47 |
| Hex | 80 | EC | 4 | 2E | 0 | 62 | 7 | 58 | 61 | 2F |
| Octal | 200 | 354 | 4 | 56 | 0 | 142 | 7 | 130 | 141 | 57 |
| Binary | 10000000 | 11101100 | 100 | 101110 | 0 | 1100010 | 111 | 1011000 | 1100001 | 101111 |
Color Harmonies of #80EC04
Complementary color
Monochromatic Colors of #80EC04
Black with #80EC04
Text Example
Text Example
White with #80EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC04; }
p { color: rgb(128,236,4); }
H1.HeaderClassName
{
color: #80EC04;
}
.AnyTagClassName
{
color: #80EC04;
}
</style>
background-color css
<style>
a { background-color: #80EC04; }
a { background-color: rgb(128,236,4); }
div.DivClassName
{
background-color: #80EC04;
}
.BgClassName
{
background-color: #80EC04;
}
</style>
border-color css
<style>
span { border-color: #80EC04; }
span { border-color: rgb(128,236,4); }
td.TdClassName
{
border-color: #80EC04;
}
.TagClassName
{
border-color: #80EC04;
}
</style>