Shades of Light Green #80FF8D
Tints of Light Green #80FF8D
RGB
CMYK
RGB Variations
Color information
#80FF8D (or 0x80FF8D) is known color: Light Green. HEX triplet: 80, FF and 8D. RGB value is (128,255,141). Sum of RGB (Red+Green+Blue) = 128+255+141=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FF8D is #7F0072. Grayscale: #CCCCCC. Windows color (decimal): -8323187 or 9305984. OLE color: 9305984.
HSL color Cylindrical-coordinate representation of color #80FF8D: hue angle of 126.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FF8D is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 141 | - |
| CMYK | 0.50 | 0 | 0.45 | 0 |
| HSL | 126.14º | 1% | 0.75% | - |
| HSV(B) | 126.14º | 0.5% | 1% | - |
| XYZ | 49.47 | 78.03 | 37.65 | - |
| YUV | 204.03 | 92.42 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 141 | 0.50 | 0 | 0.45 | 0 | 126.14 | 1 | 0.75 |
| Hex | 80 | FF | 8D | 32 | 0 | 2D | 0 | 7E | 64 | 4B |
| Octal | 200 | 377 | 215 | 62 | 0 | 55 | 0 | 176 | 144 | 113 |
| Binary | 10000000 | 11111111 | 10001101 | 110010 | 0 | 101101 | 0 | 1111110 | 1100100 | 1001011 |
Color Harmonies of #80FF8D
Complementary color
Monochromatic Colors of #80FF8D
Black with #80FF8D
Text Example
Text Example
White with #80FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF8D; }
p { color: rgb(128,255,141); }
H1.HeaderClassName
{
color: #80FF8D;
}
.AnyTagClassName
{
color: #80FF8D;
}
</style>
background-color css
<style>
a { background-color: #80FF8D; }
a { background-color: rgb(128,255,141); }
div.DivClassName
{
background-color: #80FF8D;
}
.BgClassName
{
background-color: #80FF8D;
}
</style>
border-color css
<style>
span { border-color: #80FF8D; }
span { border-color: rgb(128,255,141); }
td.TdClassName
{
border-color: #80FF8D;
}
.TagClassName
{
border-color: #80FF8D;
}
</style>