Shades of Light Green #80EDA3
Tints of Light Green #80EDA3
RGB
CMYK
RGB Variations
Color information
#80EDA3 (or 0x80EDA3) is known color: Light Green. HEX triplet: 80, ED and A3. RGB value is (128,237,163). Sum of RGB (Red+Green+Blue) = 128+237+163=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDA3 is #7F125C. Grayscale: #C4C4C4. Windows color (decimal): -8327773 or 10743168. OLE color: 10743168.
HSL color Cylindrical-coordinate representation of color #80EDA3: hue angle of 139.27º 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 #80EDA3 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 163 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.07 |
| HSL | 139.27º | 0.75% | 0.72% | - |
| HSV(B) | 139.27º | 0.46% | 0.93% | - |
| XYZ | 45.8 | 67.8 | 45.32 | - |
| YUV | 195.97 | 109.39 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 163 | 0.46 | 0 | 0.31 | 0.07 | 139.27 | 0.75 | 0.72 |
| Hex | 80 | ED | A3 | 2E | 0 | 1F | 7 | 8B | 4B | 48 |
| Octal | 200 | 355 | 243 | 56 | 0 | 37 | 7 | 213 | 113 | 110 |
| Binary | 10000000 | 11101101 | 10100011 | 101110 | 0 | 11111 | 111 | 10001011 | 1001011 | 1001000 |
Color Harmonies of #80EDA3
Complementary color
Monochromatic Colors of #80EDA3
Black with #80EDA3
Text Example
Text Example
White with #80EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EDA3; }
p { color: rgb(128,237,163); }
H1.HeaderClassName
{
color: #80EDA3;
}
.AnyTagClassName
{
color: #80EDA3;
}
</style>
background-color css
<style>
a { background-color: #80EDA3; }
a { background-color: rgb(128,237,163); }
div.DivClassName
{
background-color: #80EDA3;
}
.BgClassName
{
background-color: #80EDA3;
}
</style>
border-color css
<style>
span { border-color: #80EDA3; }
span { border-color: rgb(128,237,163); }
td.TdClassName
{
border-color: #80EDA3;
}
.TagClassName
{
border-color: #80EDA3;
}
</style>