Shades of Light Green #80ED8F
Tints of Light Green #80ED8F
RGB
CMYK
RGB Variations
Color information
#80ED8F (or 0x80ED8F) is known color: Light Green. HEX triplet: 80, ED and 8F. RGB value is (128,237,143). Sum of RGB (Red+Green+Blue) = 128+237+143=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80ED8F is #7F1270. Grayscale: #C1C1C1. Windows color (decimal): -8327793 or 9432448. OLE color: 9432448.
HSL color Cylindrical-coordinate representation of color #80ED8F: hue angle of 128.26º 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 #80ED8F is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 143 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.07 |
| HSL | 128.26º | 0.75% | 0.72% | - |
| HSV(B) | 128.26º | 0.46% | 0.93% | - |
| XYZ | 44.14 | 67.14 | 36.62 | - |
| YUV | 193.69 | 99.39 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 143 | 0.46 | 0 | 0.40 | 0.07 | 128.26 | 0.75 | 0.72 |
| Hex | 80 | ED | 8F | 2E | 0 | 28 | 7 | 80 | 4B | 48 |
| Octal | 200 | 355 | 217 | 56 | 0 | 50 | 7 | 200 | 113 | 110 |
| Binary | 10000000 | 11101101 | 10001111 | 101110 | 0 | 101000 | 111 | 10000000 | 1001011 | 1001000 |
Color Harmonies of #80ED8F
Complementary color
Monochromatic Colors of #80ED8F
Black with #80ED8F
Text Example
Text Example
White with #80ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ED8F; }
p { color: rgb(128,237,143); }
H1.HeaderClassName
{
color: #80ED8F;
}
.AnyTagClassName
{
color: #80ED8F;
}
</style>
background-color css
<style>
a { background-color: #80ED8F; }
a { background-color: rgb(128,237,143); }
div.DivClassName
{
background-color: #80ED8F;
}
.BgClassName
{
background-color: #80ED8F;
}
</style>
border-color css
<style>
span { border-color: #80ED8F; }
span { border-color: rgb(128,237,143); }
td.TdClassName
{
border-color: #80ED8F;
}
.TagClassName
{
border-color: #80ED8F;
}
</style>