Shades of Light Green #80EC8E
Tints of Light Green #80EC8E
RGB
CMYK
RGB Variations
Color information
#80EC8E (or 0x80EC8E) is known color: Light Green. HEX triplet: 80, EC and 8E. RGB value is (128,236,142). Sum of RGB (Red+Green+Blue) = 128+236+142=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC8E is #7F1371. Grayscale: #C1C1C1. Windows color (decimal): -8328050 or 9366656. OLE color: 9366656.
HSL color Cylindrical-coordinate representation of color #80EC8E: hue angle of 127.78º 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 #80EC8E is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 142 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.07 |
| HSL | 127.78º | 0.74% | 0.71% | - |
| HSV(B) | 127.78º | 0.46% | 0.93% | - |
| XYZ | 43.78 | 66.53 | 36.13 | - |
| YUV | 192.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 142 | 0.46 | 0 | 0.40 | 0.07 | 127.78 | 0.74 | 0.71 |
| Hex | 80 | EC | 8E | 2E | 0 | 28 | 7 | 80 | 4A | 47 |
| Octal | 200 | 354 | 216 | 56 | 0 | 50 | 7 | 200 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10001110 | 101110 | 0 | 101000 | 111 | 10000000 | 1001010 | 1000111 |
Color Harmonies of #80EC8E
Complementary color
Monochromatic Colors of #80EC8E
Black with #80EC8E
Text Example
Text Example
White with #80EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC8E; }
p { color: rgb(128,236,142); }
H1.HeaderClassName
{
color: #80EC8E;
}
.AnyTagClassName
{
color: #80EC8E;
}
</style>
background-color css
<style>
a { background-color: #80EC8E; }
a { background-color: rgb(128,236,142); }
div.DivClassName
{
background-color: #80EC8E;
}
.BgClassName
{
background-color: #80EC8E;
}
</style>
border-color css
<style>
span { border-color: #80EC8E; }
span { border-color: rgb(128,236,142); }
td.TdClassName
{
border-color: #80EC8E;
}
.TagClassName
{
border-color: #80EC8E;
}
</style>