Shades of Light Green #80EC93
Tints of Light Green #80EC93
RGB
CMYK
RGB Variations
Color information
#80EC93 (or 0x80EC93) is known color: Light Green. HEX triplet: 80, EC and 93. RGB value is (128,236,147). Sum of RGB (Red+Green+Blue) = 128+236+147=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EC93 is #7F136C. Grayscale: #C1C1C1. Windows color (decimal): -8328045 or 9694336. OLE color: 9694336.
HSL color Cylindrical-coordinate representation of color #80EC93: hue angle of 130.56º 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 #80EC93 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 147 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.07 |
| HSL | 130.56º | 0.74% | 0.71% | - |
| HSV(B) | 130.56º | 0.46% | 0.93% | - |
| XYZ | 44.16 | 66.69 | 38.15 | - |
| YUV | 193.56 | 101.72 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 147 | 0.46 | 0 | 0.38 | 0.07 | 130.56 | 0.74 | 0.71 |
| Hex | 80 | EC | 93 | 2E | 0 | 26 | 7 | 83 | 4A | 47 |
| Octal | 200 | 354 | 223 | 56 | 0 | 46 | 7 | 203 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10010011 | 101110 | 0 | 100110 | 111 | 10000011 | 1001010 | 1000111 |
Color Harmonies of #80EC93
Complementary color
Monochromatic Colors of #80EC93
Black with #80EC93
Text Example
Text Example
White with #80EC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC93; }
p { color: rgb(128,236,147); }
H1.HeaderClassName
{
color: #80EC93;
}
.AnyTagClassName
{
color: #80EC93;
}
</style>
background-color css
<style>
a { background-color: #80EC93; }
a { background-color: rgb(128,236,147); }
div.DivClassName
{
background-color: #80EC93;
}
.BgClassName
{
background-color: #80EC93;
}
</style>
border-color css
<style>
span { border-color: #80EC93; }
span { border-color: rgb(128,236,147); }
td.TdClassName
{
border-color: #80EC93;
}
.TagClassName
{
border-color: #80EC93;
}
</style>