Shades of Light Green #80EBA0
Tints of Light Green #80EBA0
RGB
CMYK
RGB Variations
Color information
#80EBA0 (or 0x80EBA0) is known color: Light Green. HEX triplet: 80, EB and A0. RGB value is (128,235,160). Sum of RGB (Red+Green+Blue) = 128+235+160=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EBA0 is #7F145F. Grayscale: #C2C2C2. Windows color (decimal): -8328288 or 10546048. OLE color: 10546048.
HSL color Cylindrical-coordinate representation of color #80EBA0: hue angle of 137.94º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBA0 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 160 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.08 |
| HSL | 137.94º | 0.73% | 0.71% | - |
| HSV(B) | 137.94º | 0.46% | 0.92% | - |
| XYZ | 44.96 | 66.54 | 43.73 | - |
| YUV | 194.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 160 | 0.46 | 0 | 0.32 | 0.08 | 137.94 | 0.73 | 0.71 |
| Hex | 80 | EB | A0 | 2E | 0 | 20 | 8 | 8A | 49 | 47 |
| Octal | 200 | 353 | 240 | 56 | 0 | 40 | 10 | 212 | 111 | 107 |
| Binary | 10000000 | 11101011 | 10100000 | 101110 | 0 | 100000 | 1000 | 10001010 | 1001001 | 1000111 |
Color Harmonies of #80EBA0
Complementary color
Monochromatic Colors of #80EBA0
Black with #80EBA0
Text Example
Text Example
White with #80EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBA0; }
p { color: rgb(128,235,160); }
H1.HeaderClassName
{
color: #80EBA0;
}
.AnyTagClassName
{
color: #80EBA0;
}
</style>
background-color css
<style>
a { background-color: #80EBA0; }
a { background-color: rgb(128,235,160); }
div.DivClassName
{
background-color: #80EBA0;
}
.BgClassName
{
background-color: #80EBA0;
}
</style>
border-color css
<style>
span { border-color: #80EBA0; }
span { border-color: rgb(128,235,160); }
td.TdClassName
{
border-color: #80EBA0;
}
.TagClassName
{
border-color: #80EBA0;
}
</style>