Shades of Light Green #80EDA1
Tints of Light Green #80EDA1
RGB
CMYK
RGB Variations
Color information
#80EDA1 (or 0x80EDA1) is known color: Light Green. HEX triplet: 80, ED and A1. RGB value is (128,237,161). Sum of RGB (Red+Green+Blue) = 128+237+161=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDA1 is #7F125E. Grayscale: #C3C3C3. Windows color (decimal): -8327775 or 10612096. OLE color: 10612096.
HSL color Cylindrical-coordinate representation of color #80EDA1: hue angle of 138.17º 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 #80EDA1 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 161 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.07 |
| HSL | 138.17º | 0.75% | 0.72% | - |
| HSV(B) | 138.17º | 0.46% | 0.93% | - |
| XYZ | 45.62 | 67.73 | 44.39 | - |
| YUV | 195.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 161 | 0.46 | 0 | 0.32 | 0.07 | 138.17 | 0.75 | 0.72 |
| Hex | 80 | ED | A1 | 2E | 0 | 20 | 7 | 8A | 4B | 48 |
| Octal | 200 | 355 | 241 | 56 | 0 | 40 | 7 | 212 | 113 | 110 |
| Binary | 10000000 | 11101101 | 10100001 | 101110 | 0 | 100000 | 111 | 10001010 | 1001011 | 1001000 |
Color Harmonies of #80EDA1
Complementary color
Monochromatic Colors of #80EDA1
Black with #80EDA1
Text Example
Text Example
White with #80EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EDA1; }
p { color: rgb(128,237,161); }
H1.HeaderClassName
{
color: #80EDA1;
}
.AnyTagClassName
{
color: #80EDA1;
}
</style>
background-color css
<style>
a { background-color: #80EDA1; }
a { background-color: rgb(128,237,161); }
div.DivClassName
{
background-color: #80EDA1;
}
.BgClassName
{
background-color: #80EDA1;
}
</style>
border-color css
<style>
span { border-color: #80EDA1; }
span { border-color: rgb(128,237,161); }
td.TdClassName
{
border-color: #80EDA1;
}
.TagClassName
{
border-color: #80EDA1;
}
</style>