Shades of Lawn Green #80EC07
Tints of Lawn Green #80EC07
RGB
CMYK
RGB Variations
Color information
#80EC07 (or 0x80EC07) is known color: Lawn Green. HEX triplet: 80, EC and 07. RGB value is (128,236,7). Sum of RGB (Red+Green+Blue) = 128+236+7=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EC07 is #7F13F8. Grayscale: #B2B2B2. Windows color (decimal): -8328185 or 519296. OLE color: 519296.
HSL color Cylindrical-coordinate representation of color #80EC07: hue angle of 88.3º degrees, saturation: 0.94, 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 #80EC07 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 7 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.07 |
| HSL | 88.3º | 0.94% | 0.48% | - |
| HSV(B) | 88.3º | 0.97% | 0.93% | - |
| XYZ | 38.94 | 64.6 | 10.62 | - |
| YUV | 177.6 | 31.72 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 7 | 0.46 | 0 | 0.97 | 0.07 | 88.3 | 0.94 | 0.48 |
| Hex | 80 | EC | 7 | 2E | 0 | 61 | 7 | 58 | 5E | 30 |
| Octal | 200 | 354 | 7 | 56 | 0 | 141 | 7 | 130 | 136 | 60 |
| Binary | 10000000 | 11101100 | 111 | 101110 | 0 | 1100001 | 111 | 1011000 | 1011110 | 110000 |
Color Harmonies of #80EC07
Complementary color
Monochromatic Colors of #80EC07
Black with #80EC07
Text Example
Text Example
White with #80EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC07; }
p { color: rgb(128,236,7); }
H1.HeaderClassName
{
color: #80EC07;
}
.AnyTagClassName
{
color: #80EC07;
}
</style>
background-color css
<style>
a { background-color: #80EC07; }
a { background-color: rgb(128,236,7); }
div.DivClassName
{
background-color: #80EC07;
}
.BgClassName
{
background-color: #80EC07;
}
</style>
border-color css
<style>
span { border-color: #80EC07; }
span { border-color: rgb(128,236,7); }
td.TdClassName
{
border-color: #80EC07;
}
.TagClassName
{
border-color: #80EC07;
}
</style>