Shades of Light Green #80EB90
Tints of Light Green #80EB90
RGB
CMYK
RGB Variations
Color information
#80EB90 (or 0x80EB90) is known color: Light Green. HEX triplet: 80, EB and 90. RGB value is (128,235,144). Sum of RGB (Red+Green+Blue) = 128+235+144=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EB90 is #7F146F. Grayscale: #C0C0C0. Windows color (decimal): -8328304 or 9497472. OLE color: 9497472.
HSL color Cylindrical-coordinate representation of color #80EB90: hue angle of 128.97º 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 #80EB90 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 144 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.08 |
| HSL | 128.97º | 0.73% | 0.71% | - |
| HSV(B) | 128.97º | 0.46% | 0.92% | - |
| XYZ | 43.64 | 66.02 | 36.83 | - |
| YUV | 192.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 144 | 0.46 | 0 | 0.39 | 0.08 | 128.97 | 0.73 | 0.71 |
| Hex | 80 | EB | 90 | 2E | 0 | 27 | 8 | 81 | 49 | 47 |
| Octal | 200 | 353 | 220 | 56 | 0 | 47 | 10 | 201 | 111 | 107 |
| Binary | 10000000 | 11101011 | 10010000 | 101110 | 0 | 100111 | 1000 | 10000001 | 1001001 | 1000111 |
Color Harmonies of #80EB90
Complementary color
Monochromatic Colors of #80EB90
Black with #80EB90
Text Example
Text Example
White with #80EB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EB90; }
p { color: rgb(128,235,144); }
H1.HeaderClassName
{
color: #80EB90;
}
.AnyTagClassName
{
color: #80EB90;
}
</style>
background-color css
<style>
a { background-color: #80EB90; }
a { background-color: rgb(128,235,144); }
div.DivClassName
{
background-color: #80EB90;
}
.BgClassName
{
background-color: #80EB90;
}
</style>
border-color css
<style>
span { border-color: #80EB90; }
span { border-color: rgb(128,235,144); }
td.TdClassName
{
border-color: #80EB90;
}
.TagClassName
{
border-color: #80EB90;
}
</style>