Shades of Light Green #80E69D
Tints of Light Green #80E69D
RGB
CMYK
RGB Variations
Color information
#80E69D (or 0x80E69D) is known color: Light Green. HEX triplet: 80, E6 and 9D. RGB value is (128,230,157). Sum of RGB (Red+Green+Blue) = 128+230+157=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #80E69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E69D is #7F1962. Grayscale: #BFBFBF. Windows color (decimal): -8329571 or 10348160. OLE color: 10348160.
HSL color Cylindrical-coordinate representation of color #80E69D: hue angle of 137.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E69D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 157 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.10 |
| HSL | 137.06º | 0.67% | 0.7% | - |
| HSV(B) | 137.06º | 0.44% | 0.9% | - |
| XYZ | 43.28 | 63.62 | 41.9 | - |
| YUV | 191.18 | 108.71 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 157 | 0.44 | 0 | 0.32 | 0.10 | 137.06 | 0.67 | 0.7 |
| Hex | 80 | E6 | 9D | 2C | 0 | 20 | A | 89 | 43 | 46 |
| Octal | 200 | 346 | 235 | 54 | 0 | 40 | 12 | 211 | 103 | 106 |
| Binary | 10000000 | 11100110 | 10011101 | 101100 | 0 | 100000 | 1010 | 10001001 | 1000011 | 1000110 |
Color Harmonies of #80E69D
Complementary color
Monochromatic Colors of #80E69D
Black with #80E69D
Text Example
Text Example
White with #80E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E69D; }
p { color: rgb(128,230,157); }
H1.HeaderClassName
{
color: #80E69D;
}
.AnyTagClassName
{
color: #80E69D;
}
</style>
background-color css
<style>
a { background-color: #80E69D; }
a { background-color: rgb(128,230,157); }
div.DivClassName
{
background-color: #80E69D;
}
.BgClassName
{
background-color: #80E69D;
}
</style>
border-color css
<style>
span { border-color: #80E69D; }
span { border-color: rgb(128,230,157); }
td.TdClassName
{
border-color: #80E69D;
}
.TagClassName
{
border-color: #80E69D;
}
</style>