Shades of Light Green #80FC7D
Tints of Light Green #80FC7D
RGB
CMYK
RGB Variations
Color information
#80FC7D (or 0x80FC7D) is known color: Light Green. HEX triplet: 80, FC and 7D. RGB value is (128,252,125). Sum of RGB (Red+Green+Blue) = 128+252+125=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FC7D is #7F0382. Grayscale: #C8C8C8. Windows color (decimal): -8323971 or 8256640. OLE color: 8256640.
HSL color Cylindrical-coordinate representation of color #80FC7D: hue angle of 118.58º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FC7D is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 125 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.01 |
| HSL | 118.58º | 0.95% | 0.74% | - |
| HSV(B) | 118.58º | 0.5% | 0.99% | - |
| XYZ | 47.41 | 75.69 | 31.51 | - |
| YUV | 200.45 | 85.42 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 125 | 0.49 | 0 | 0.50 | 0.01 | 118.58 | 0.95 | 0.74 |
| Hex | 80 | FC | 7D | 31 | 0 | 32 | 1 | 77 | 5F | 4A |
| Octal | 200 | 374 | 175 | 61 | 0 | 62 | 1 | 167 | 137 | 112 |
| Binary | 10000000 | 11111100 | 1111101 | 110001 | 0 | 110010 | 1 | 1110111 | 1011111 | 1001010 |
Color Harmonies of #80FC7D
Complementary color
Monochromatic Colors of #80FC7D
Black with #80FC7D
Text Example
Text Example
White with #80FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC7D; }
p { color: rgb(128,252,125); }
H1.HeaderClassName
{
color: #80FC7D;
}
.AnyTagClassName
{
color: #80FC7D;
}
</style>
background-color css
<style>
a { background-color: #80FC7D; }
a { background-color: rgb(128,252,125); }
div.DivClassName
{
background-color: #80FC7D;
}
.BgClassName
{
background-color: #80FC7D;
}
</style>
border-color css
<style>
span { border-color: #80FC7D; }
span { border-color: rgb(128,252,125); }
td.TdClassName
{
border-color: #80FC7D;
}
.TagClassName
{
border-color: #80FC7D;
}
</style>