Shades of Light Green #80E993
Tints of Light Green #80E993
RGB
CMYK
RGB Variations
Color information
#80E993 (or 0x80E993) is known color: Light Green. HEX triplet: 80, E9 and 93. RGB value is (128,233,147). Sum of RGB (Red+Green+Blue) = 128+233+147=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #80E993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E993 is #7F166C. Grayscale: #C0C0C0. Windows color (decimal): -8328813 or 9693568. OLE color: 9693568.
HSL color Cylindrical-coordinate representation of color #80E993: hue angle of 130.86º 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 #80E993 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 233 | 147 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.09 |
| HSL | 130.86º | 0.7% | 0.71% | - |
| HSV(B) | 130.86º | 0.45% | 0.91% | - |
| XYZ | 43.31 | 64.97 | 37.86 | - |
| YUV | 191.8 | 102.71 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 147 | 0.45 | 0 | 0.37 | 0.09 | 130.86 | 0.7 | 0.71 |
| Hex | 80 | E9 | 93 | 2D | 0 | 25 | 9 | 83 | 46 | 47 |
| Octal | 200 | 351 | 223 | 55 | 0 | 45 | 11 | 203 | 106 | 107 |
| Binary | 10000000 | 11101001 | 10010011 | 101101 | 0 | 100101 | 1001 | 10000011 | 1000110 | 1000111 |
Color Harmonies of #80E993
Complementary color
Monochromatic Colors of #80E993
Black with #80E993
Text Example
Text Example
White with #80E993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E993; }
p { color: rgb(128,233,147); }
H1.HeaderClassName
{
color: #80E993;
}
.AnyTagClassName
{
color: #80E993;
}
</style>
background-color css
<style>
a { background-color: #80E993; }
a { background-color: rgb(128,233,147); }
div.DivClassName
{
background-color: #80E993;
}
.BgClassName
{
background-color: #80E993;
}
</style>
border-color css
<style>
span { border-color: #80E993; }
span { border-color: rgb(128,233,147); }
td.TdClassName
{
border-color: #80E993;
}
.TagClassName
{
border-color: #80E993;
}
</style>