Shades of Light Green #80EC8D
Tints of Light Green #80EC8D
RGB
CMYK
RGB Variations
Color information
#80EC8D (or 0x80EC8D) is known color: Light Green. HEX triplet: 80, EC and 8D. RGB value is (128,236,141). Sum of RGB (Red+Green+Blue) = 128+236+141=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC8D is #7F1372. Grayscale: #C1C1C1. Windows color (decimal): -8328051 or 9301120. OLE color: 9301120.
HSL color Cylindrical-coordinate representation of color #80EC8D: hue angle of 127.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 #80EC8D is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 141 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.07 |
| HSL | 127.22º | 0.74% | 0.71% | - |
| HSV(B) | 127.22º | 0.46% | 0.93% | - |
| XYZ | 43.71 | 66.5 | 35.73 | - |
| YUV | 192.88 | 98.72 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 141 | 0.46 | 0 | 0.40 | 0.07 | 127.22 | 0.74 | 0.71 |
| Hex | 80 | EC | 8D | 2E | 0 | 28 | 7 | 7F | 4A | 47 |
| Octal | 200 | 354 | 215 | 56 | 0 | 50 | 7 | 177 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10001101 | 101110 | 0 | 101000 | 111 | 1111111 | 1001010 | 1000111 |
Color Harmonies of #80EC8D
Complementary color
Monochromatic Colors of #80EC8D
Black with #80EC8D
Text Example
Text Example
White with #80EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC8D; }
p { color: rgb(128,236,141); }
H1.HeaderClassName
{
color: #80EC8D;
}
.AnyTagClassName
{
color: #80EC8D;
}
</style>
background-color css
<style>
a { background-color: #80EC8D; }
a { background-color: rgb(128,236,141); }
div.DivClassName
{
background-color: #80EC8D;
}
.BgClassName
{
background-color: #80EC8D;
}
</style>
border-color css
<style>
span { border-color: #80EC8D; }
span { border-color: rgb(128,236,141); }
td.TdClassName
{
border-color: #80EC8D;
}
.TagClassName
{
border-color: #80EC8D;
}
</style>