Shades of Light Green #80E995
Tints of Light Green #80E995
RGB
CMYK
RGB Variations
Color information
#80E995 (or 0x80E995) is known color: Light Green. HEX triplet: 80, E9 and 95. RGB value is (128,233,149). Sum of RGB (Red+Green+Blue) = 128+233+149=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #80E995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E995 is #7F166A. Grayscale: #C0C0C0. Windows color (decimal): -8328811 or 9824640. OLE color: 9824640.
HSL color Cylindrical-coordinate representation of color #80E995: hue angle of 132º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E995 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 233 | 149 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.09 |
| HSL | 132º | 0.7% | 0.71% | - |
| HSV(B) | 132º | 0.45% | 0.91% | - |
| XYZ | 43.47 | 65.04 | 38.7 | - |
| YUV | 192.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 149 | 0.45 | 0 | 0.36 | 0.09 | 132 | 0.7 | 0.71 |
| Hex | 80 | E9 | 95 | 2D | 0 | 24 | 9 | 84 | 46 | 47 |
| Octal | 200 | 351 | 225 | 55 | 0 | 44 | 11 | 204 | 106 | 107 |
| Binary | 10000000 | 11101001 | 10010101 | 101101 | 0 | 100100 | 1001 | 10000100 | 1000110 | 1000111 |
Color Harmonies of #80E995
Complementary color
Monochromatic Colors of #80E995
Black with #80E995
Text Example
Text Example
White with #80E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E995; }
p { color: rgb(128,233,149); }
H1.HeaderClassName
{
color: #80E995;
}
.AnyTagClassName
{
color: #80E995;
}
</style>
background-color css
<style>
a { background-color: #80E995; }
a { background-color: rgb(128,233,149); }
div.DivClassName
{
background-color: #80E995;
}
.BgClassName
{
background-color: #80E995;
}
</style>
border-color css
<style>
span { border-color: #80E995; }
span { border-color: rgb(128,233,149); }
td.TdClassName
{
border-color: #80E995;
}
.TagClassName
{
border-color: #80E995;
}
</style>