Shades of Light Green #80EC95
Tints of Light Green #80EC95
RGB
CMYK
RGB Variations
Color information
#80EC95 (or 0x80EC95) is known color: Light Green. HEX triplet: 80, EC and 95. RGB value is (128,236,149). Sum of RGB (Red+Green+Blue) = 128+236+149=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC95 is #7F136A. Grayscale: #C2C2C2. Windows color (decimal): -8328043 or 9825408. OLE color: 9825408.
HSL color Cylindrical-coordinate representation of color #80EC95: hue angle of 131.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 #80EC95 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 149 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.07 |
| HSL | 131.67º | 0.74% | 0.71% | - |
| HSV(B) | 131.67º | 0.46% | 0.93% | - |
| XYZ | 44.32 | 66.75 | 38.98 | - |
| YUV | 193.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 149 | 0.46 | 0 | 0.37 | 0.07 | 131.67 | 0.74 | 0.71 |
| Hex | 80 | EC | 95 | 2E | 0 | 25 | 7 | 84 | 4A | 47 |
| Octal | 200 | 354 | 225 | 56 | 0 | 45 | 7 | 204 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10010101 | 101110 | 0 | 100101 | 111 | 10000100 | 1001010 | 1000111 |
Color Harmonies of #80EC95
Complementary color
Monochromatic Colors of #80EC95
Black with #80EC95
Text Example
Text Example
White with #80EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC95; }
p { color: rgb(128,236,149); }
H1.HeaderClassName
{
color: #80EC95;
}
.AnyTagClassName
{
color: #80EC95;
}
</style>
background-color css
<style>
a { background-color: #80EC95; }
a { background-color: rgb(128,236,149); }
div.DivClassName
{
background-color: #80EC95;
}
.BgClassName
{
background-color: #80EC95;
}
</style>
border-color css
<style>
span { border-color: #80EC95; }
span { border-color: rgb(128,236,149); }
td.TdClassName
{
border-color: #80EC95;
}
.TagClassName
{
border-color: #80EC95;
}
</style>