Shades of Light Green #80FF7C
Tints of Light Green #80FF7C
RGB
CMYK
RGB Variations
Color information
#80FF7C (or 0x80FF7C) is known color: Light Green. HEX triplet: 80, FF and 7C. RGB value is (128,255,124). Sum of RGB (Red+Green+Blue) = 128+255+124=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF7C is #7F0083. Grayscale: #CACACA. Windows color (decimal): -8323204 or 8191872. OLE color: 8191872.
HSL color Cylindrical-coordinate representation of color #80FF7C: hue angle of 118.17º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80FF7C is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 124 | - |
| CMYK | 0.50 | 0 | 0.51 | 0 |
| HSL | 118.17º | 1% | 0.74% | - |
| HSV(B) | 118.17º | 0.51% | 1% | - |
| XYZ | 48.3 | 77.56 | 31.49 | - |
| YUV | 202.09 | 83.92 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 124 | 0.50 | 0 | 0.51 | 0 | 118.17 | 1 | 0.74 |
| Hex | 80 | FF | 7C | 32 | 0 | 33 | 0 | 76 | 64 | 4A |
| Octal | 200 | 377 | 174 | 62 | 0 | 63 | 0 | 166 | 144 | 112 |
| Binary | 10000000 | 11111111 | 1111100 | 110010 | 0 | 110011 | 0 | 1110110 | 1100100 | 1001010 |
Color Harmonies of #80FF7C
Complementary color
Monochromatic Colors of #80FF7C
Black with #80FF7C
Text Example
Text Example
White with #80FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF7C; }
p { color: rgb(128,255,124); }
H1.HeaderClassName
{
color: #80FF7C;
}
.AnyTagClassName
{
color: #80FF7C;
}
</style>
background-color css
<style>
a { background-color: #80FF7C; }
a { background-color: rgb(128,255,124); }
div.DivClassName
{
background-color: #80FF7C;
}
.BgClassName
{
background-color: #80FF7C;
}
</style>
border-color css
<style>
span { border-color: #80FF7C; }
span { border-color: rgb(128,255,124); }
td.TdClassName
{
border-color: #80FF7C;
}
.TagClassName
{
border-color: #80FF7C;
}
</style>