Shades of Light Green #80EE91
Tints of Light Green #80EE91
RGB
CMYK
RGB Variations
Color information
#80EE91 (or 0x80EE91) is known color: Light Green. HEX triplet: 80, EE and 91. RGB value is (128,238,145). Sum of RGB (Red+Green+Blue) = 128+238+145=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EE91 is #7F116E. Grayscale: #C2C2C2. Windows color (decimal): -8327535 or 9563776. OLE color: 9563776.
HSL color Cylindrical-coordinate representation of color #80EE91: hue angle of 129.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EE91 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 145 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.07 |
| HSL | 129.27º | 0.76% | 0.72% | - |
| HSV(B) | 129.27º | 0.46% | 0.93% | - |
| XYZ | 44.59 | 67.78 | 37.52 | - |
| YUV | 194.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 145 | 0.46 | 0 | 0.39 | 0.07 | 129.27 | 0.76 | 0.72 |
| Hex | 80 | EE | 91 | 2E | 0 | 27 | 7 | 81 | 4C | 48 |
| Octal | 200 | 356 | 221 | 56 | 0 | 47 | 7 | 201 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10010001 | 101110 | 0 | 100111 | 111 | 10000001 | 1001100 | 1001000 |
Color Harmonies of #80EE91
Complementary color
Monochromatic Colors of #80EE91
Black with #80EE91
Text Example
Text Example
White with #80EE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE91; }
p { color: rgb(128,238,145); }
H1.HeaderClassName
{
color: #80EE91;
}
.AnyTagClassName
{
color: #80EE91;
}
</style>
background-color css
<style>
a { background-color: #80EE91; }
a { background-color: rgb(128,238,145); }
div.DivClassName
{
background-color: #80EE91;
}
.BgClassName
{
background-color: #80EE91;
}
</style>
border-color css
<style>
span { border-color: #80EE91; }
span { border-color: rgb(128,238,145); }
td.TdClassName
{
border-color: #80EE91;
}
.TagClassName
{
border-color: #80EE91;
}
</style>