Shades of Light Green #80EDA0
Tints of Light Green #80EDA0
RGB
CMYK
RGB Variations
Color information
#80EDA0 (or 0x80EDA0) is known color: Light Green. HEX triplet: 80, ED and A0. RGB value is (128,237,160). Sum of RGB (Red+Green+Blue) = 128+237+160=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDA0 is #7F125F. Grayscale: #C3C3C3. Windows color (decimal): -8327776 or 10546560. OLE color: 10546560.
HSL color Cylindrical-coordinate representation of color #80EDA0: hue angle of 137.61º degrees, saturation: 0.75, 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 #80EDA0 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 160 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.07 |
| HSL | 137.61º | 0.75% | 0.72% | - |
| HSV(B) | 137.61º | 0.46% | 0.93% | - |
| XYZ | 45.53 | 67.7 | 43.92 | - |
| YUV | 195.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 160 | 0.46 | 0 | 0.32 | 0.07 | 137.61 | 0.75 | 0.72 |
| Hex | 80 | ED | A0 | 2E | 0 | 20 | 7 | 8A | 4B | 48 |
| Octal | 200 | 355 | 240 | 56 | 0 | 40 | 7 | 212 | 113 | 110 |
| Binary | 10000000 | 11101101 | 10100000 | 101110 | 0 | 100000 | 111 | 10001010 | 1001011 | 1001000 |
Color Harmonies of #80EDA0
Complementary color
Monochromatic Colors of #80EDA0
Black with #80EDA0
Text Example
Text Example
White with #80EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EDA0; }
p { color: rgb(128,237,160); }
H1.HeaderClassName
{
color: #80EDA0;
}
.AnyTagClassName
{
color: #80EDA0;
}
</style>
background-color css
<style>
a { background-color: #80EDA0; }
a { background-color: rgb(128,237,160); }
div.DivClassName
{
background-color: #80EDA0;
}
.BgClassName
{
background-color: #80EDA0;
}
</style>
border-color css
<style>
span { border-color: #80EDA0; }
span { border-color: rgb(128,237,160); }
td.TdClassName
{
border-color: #80EDA0;
}
.TagClassName
{
border-color: #80EDA0;
}
</style>