Shades of Light Green #80EC92
Tints of Light Green #80EC92
RGB
CMYK
RGB Variations
Color information
#80EC92 (or 0x80EC92) is known color: Light Green. HEX triplet: 80, EC and 92. RGB value is (128,236,146). Sum of RGB (Red+Green+Blue) = 128+236+146=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC92 is #7F136D. Grayscale: #C1C1C1. Windows color (decimal): -8328046 or 9628800. OLE color: 9628800.
HSL color Cylindrical-coordinate representation of color #80EC92: hue angle of 130º 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 #80EC92 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 146 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.07 |
| HSL | 130º | 0.74% | 0.71% | - |
| HSV(B) | 130º | 0.46% | 0.93% | - |
| XYZ | 44.09 | 66.66 | 37.74 | - |
| YUV | 193.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 146 | 0.46 | 0 | 0.38 | 0.07 | 130 | 0.74 | 0.71 |
| Hex | 80 | EC | 92 | 2E | 0 | 26 | 7 | 82 | 4A | 47 |
| Octal | 200 | 354 | 222 | 56 | 0 | 46 | 7 | 202 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10010010 | 101110 | 0 | 100110 | 111 | 10000010 | 1001010 | 1000111 |
Color Harmonies of #80EC92
Complementary color
Monochromatic Colors of #80EC92
Black with #80EC92
Text Example
Text Example
White with #80EC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC92; }
p { color: rgb(128,236,146); }
H1.HeaderClassName
{
color: #80EC92;
}
.AnyTagClassName
{
color: #80EC92;
}
</style>
background-color css
<style>
a { background-color: #80EC92; }
a { background-color: rgb(128,236,146); }
div.DivClassName
{
background-color: #80EC92;
}
.BgClassName
{
background-color: #80EC92;
}
</style>
border-color css
<style>
span { border-color: #80EC92; }
span { border-color: rgb(128,236,146); }
td.TdClassName
{
border-color: #80EC92;
}
.TagClassName
{
border-color: #80EC92;
}
</style>