Shades of Light Green #80FF7D
Tints of Light Green #80FF7D
RGB
CMYK
RGB Variations
Color information
#80FF7D (or 0x80FF7D) is known color: Light Green. HEX triplet: 80, FF and 7D. RGB value is (128,255,125). Sum of RGB (Red+Green+Blue) = 128+255+125=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF7D is #7F0082. Grayscale: #CACACA. Windows color (decimal): -8323203 or 8257408. OLE color: 8257408.
HSL color Cylindrical-coordinate representation of color #80FF7D: hue angle of 118.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80FF7D is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 125 | - |
| CMYK | 0.50 | 0 | 0.51 | 0 |
| HSL | 118.62º | 1% | 0.75% | - |
| HSV(B) | 118.62º | 0.51% | 1% | - |
| XYZ | 48.36 | 77.59 | 31.83 | - |
| YUV | 202.21 | 84.42 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 125 | 0.50 | 0 | 0.51 | 0 | 118.62 | 1 | 0.75 |
| Hex | 80 | FF | 7D | 32 | 0 | 33 | 0 | 77 | 64 | 4B |
| Octal | 200 | 377 | 175 | 62 | 0 | 63 | 0 | 167 | 144 | 113 |
| Binary | 10000000 | 11111111 | 1111101 | 110010 | 0 | 110011 | 0 | 1110111 | 1100100 | 1001011 |
Color Harmonies of #80FF7D
Complementary color
Monochromatic Colors of #80FF7D
Black with #80FF7D
Text Example
Text Example
White with #80FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF7D; }
p { color: rgb(128,255,125); }
H1.HeaderClassName
{
color: #80FF7D;
}
.AnyTagClassName
{
color: #80FF7D;
}
</style>
background-color css
<style>
a { background-color: #80FF7D; }
a { background-color: rgb(128,255,125); }
div.DivClassName
{
background-color: #80FF7D;
}
.BgClassName
{
background-color: #80FF7D;
}
</style>
border-color css
<style>
span { border-color: #80FF7D; }
span { border-color: rgb(128,255,125); }
td.TdClassName
{
border-color: #80FF7D;
}
.TagClassName
{
border-color: #80FF7D;
}
</style>