Shades of Light Green #80EC84
Tints of Light Green #80EC84
RGB
CMYK
RGB Variations
Color information
#80EC84 (or 0x80EC84) is known color: Light Green. HEX triplet: 80, EC and 84. RGB value is (128,236,132). Sum of RGB (Red+Green+Blue) = 128+236+132=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC84 is #7F137B. Grayscale: #C0C0C0. Windows color (decimal): -8328060 or 8711296. OLE color: 8711296.
HSL color Cylindrical-coordinate representation of color #80EC84: hue angle of 122.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EC84 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 132 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.07 |
| HSL | 122.22º | 0.74% | 0.71% | - |
| HSV(B) | 122.22º | 0.46% | 0.93% | - |
| XYZ | 43.06 | 66.25 | 32.35 | - |
| YUV | 191.85 | 94.22 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 132 | 0.46 | 0 | 0.44 | 0.07 | 122.22 | 0.74 | 0.71 |
| Hex | 80 | EC | 84 | 2E | 0 | 2C | 7 | 7A | 4A | 47 |
| Octal | 200 | 354 | 204 | 56 | 0 | 54 | 7 | 172 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10000100 | 101110 | 0 | 101100 | 111 | 1111010 | 1001010 | 1000111 |
Color Harmonies of #80EC84
Complementary color
Monochromatic Colors of #80EC84
Black with #80EC84
Text Example
Text Example
White with #80EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC84; }
p { color: rgb(128,236,132); }
H1.HeaderClassName
{
color: #80EC84;
}
.AnyTagClassName
{
color: #80EC84;
}
</style>
background-color css
<style>
a { background-color: #80EC84; }
a { background-color: rgb(128,236,132); }
div.DivClassName
{
background-color: #80EC84;
}
.BgClassName
{
background-color: #80EC84;
}
</style>
border-color css
<style>
span { border-color: #80EC84; }
span { border-color: rgb(128,236,132); }
td.TdClassName
{
border-color: #80EC84;
}
.TagClassName
{
border-color: #80EC84;
}
</style>