Shades of Light Green #80EC8C
Tints of Light Green #80EC8C
RGB
CMYK
RGB Variations
Color information
#80EC8C (or 0x80EC8C) is known color: Light Green. HEX triplet: 80, EC and 8C. RGB value is (128,236,140). Sum of RGB (Red+Green+Blue) = 128+236+140=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC8C is #7F1373. Grayscale: #C1C1C1. Windows color (decimal): -8328052 or 9235584. OLE color: 9235584.
HSL color Cylindrical-coordinate representation of color #80EC8C: hue angle of 126.67º 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 #80EC8C is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 140 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.07 |
| HSL | 126.67º | 0.74% | 0.71% | - |
| HSV(B) | 126.67º | 0.46% | 0.93% | - |
| XYZ | 43.63 | 66.47 | 35.34 | - |
| YUV | 192.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 140 | 0.46 | 0 | 0.41 | 0.07 | 126.67 | 0.74 | 0.71 |
| Hex | 80 | EC | 8C | 2E | 0 | 29 | 7 | 7F | 4A | 47 |
| Octal | 200 | 354 | 214 | 56 | 0 | 51 | 7 | 177 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10001100 | 101110 | 0 | 101001 | 111 | 1111111 | 1001010 | 1000111 |
Color Harmonies of #80EC8C
Complementary color
Monochromatic Colors of #80EC8C
Black with #80EC8C
Text Example
Text Example
White with #80EC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC8C; }
p { color: rgb(128,236,140); }
H1.HeaderClassName
{
color: #80EC8C;
}
.AnyTagClassName
{
color: #80EC8C;
}
</style>
background-color css
<style>
a { background-color: #80EC8C; }
a { background-color: rgb(128,236,140); }
div.DivClassName
{
background-color: #80EC8C;
}
.BgClassName
{
background-color: #80EC8C;
}
</style>
border-color css
<style>
span { border-color: #80EC8C; }
span { border-color: rgb(128,236,140); }
td.TdClassName
{
border-color: #80EC8C;
}
.TagClassName
{
border-color: #80EC8C;
}
</style>