Shades of Light Green #80EC9C
Tints of Light Green #80EC9C
RGB
CMYK
RGB Variations
Color information
#80EC9C (or 0x80EC9C) is known color: Light Green. HEX triplet: 80, EC and 9C. RGB value is (128,236,156). Sum of RGB (Red+Green+Blue) = 128+236+156=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC9C is #7F1363. Grayscale: #C2C2C2. Windows color (decimal): -8328036 or 10284160. OLE color: 10284160.
HSL color Cylindrical-coordinate representation of color #80EC9C: hue angle of 135.56º 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 #80EC9C is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 156 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.07 |
| HSL | 135.56º | 0.74% | 0.71% | - |
| HSV(B) | 135.56º | 0.46% | 0.93% | - |
| XYZ | 44.9 | 66.98 | 42.01 | - |
| YUV | 194.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 156 | 0.46 | 0 | 0.34 | 0.07 | 135.56 | 0.74 | 0.71 |
| Hex | 80 | EC | 9C | 2E | 0 | 22 | 7 | 88 | 4A | 47 |
| Octal | 200 | 354 | 234 | 56 | 0 | 42 | 7 | 210 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10011100 | 101110 | 0 | 100010 | 111 | 10001000 | 1001010 | 1000111 |
Color Harmonies of #80EC9C
Complementary color
Monochromatic Colors of #80EC9C
Black with #80EC9C
Text Example
Text Example
White with #80EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC9C; }
p { color: rgb(128,236,156); }
H1.HeaderClassName
{
color: #80EC9C;
}
.AnyTagClassName
{
color: #80EC9C;
}
</style>
background-color css
<style>
a { background-color: #80EC9C; }
a { background-color: rgb(128,236,156); }
div.DivClassName
{
background-color: #80EC9C;
}
.BgClassName
{
background-color: #80EC9C;
}
</style>
border-color css
<style>
span { border-color: #80EC9C; }
span { border-color: rgb(128,236,156); }
td.TdClassName
{
border-color: #80EC9C;
}
.TagClassName
{
border-color: #80EC9C;
}
</style>