Shades of Light Green #80EC88
Tints of Light Green #80EC88
RGB
CMYK
RGB Variations
Color information
#80EC88 (or 0x80EC88) is known color: Light Green. HEX triplet: 80, EC and 88. RGB value is (128,236,136). Sum of RGB (Red+Green+Blue) = 128+236+136=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC88 is #7F1377. Grayscale: #C0C0C0. Windows color (decimal): -8328056 or 8973440. OLE color: 8973440.
HSL color Cylindrical-coordinate representation of color #80EC88: hue angle of 124.44º 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 #80EC88 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 136 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.07 |
| HSL | 124.44º | 0.74% | 0.71% | - |
| HSV(B) | 124.44º | 0.46% | 0.93% | - |
| XYZ | 43.34 | 66.36 | 33.82 | - |
| YUV | 192.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 136 | 0.46 | 0 | 0.42 | 0.07 | 124.44 | 0.74 | 0.71 |
| Hex | 80 | EC | 88 | 2E | 0 | 2A | 7 | 7C | 4A | 47 |
| Octal | 200 | 354 | 210 | 56 | 0 | 52 | 7 | 174 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10001000 | 101110 | 0 | 101010 | 111 | 1111100 | 1001010 | 1000111 |
Color Harmonies of #80EC88
Complementary color
Monochromatic Colors of #80EC88
Black with #80EC88
Text Example
Text Example
White with #80EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC88; }
p { color: rgb(128,236,136); }
H1.HeaderClassName
{
color: #80EC88;
}
.AnyTagClassName
{
color: #80EC88;
}
</style>
background-color css
<style>
a { background-color: #80EC88; }
a { background-color: rgb(128,236,136); }
div.DivClassName
{
background-color: #80EC88;
}
.BgClassName
{
background-color: #80EC88;
}
</style>
border-color css
<style>
span { border-color: #80EC88; }
span { border-color: rgb(128,236,136); }
td.TdClassName
{
border-color: #80EC88;
}
.TagClassName
{
border-color: #80EC88;
}
</style>