Shades of Light Green #80FA7D
Tints of Light Green #80FA7D
RGB
CMYK
RGB Variations
Color information
#80FA7D (or 0x80FA7D) is known color: Light Green. HEX triplet: 80, FA and 7D. RGB value is (128,250,125). Sum of RGB (Red+Green+Blue) = 128+250+125=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA7D is #7F0582. Grayscale: #C7C7C7. Windows color (decimal): -8324483 or 8256128. OLE color: 8256128.
HSL color Cylindrical-coordinate representation of color #80FA7D: hue angle of 118.56º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FA7D is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 125 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.02 |
| HSL | 118.56º | 0.93% | 0.74% | - |
| HSV(B) | 118.56º | 0.5% | 0.98% | - |
| XYZ | 46.79 | 74.44 | 31.3 | - |
| YUV | 199.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 125 | 0.49 | 0 | 0.50 | 0.02 | 118.56 | 0.93 | 0.74 |
| Hex | 80 | FA | 7D | 31 | 0 | 32 | 2 | 77 | 5D | 4A |
| Octal | 200 | 372 | 175 | 61 | 0 | 62 | 2 | 167 | 135 | 112 |
| Binary | 10000000 | 11111010 | 1111101 | 110001 | 0 | 110010 | 10 | 1110111 | 1011101 | 1001010 |
Color Harmonies of #80FA7D
Complementary color
Monochromatic Colors of #80FA7D
Black with #80FA7D
Text Example
Text Example
White with #80FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA7D; }
p { color: rgb(128,250,125); }
H1.HeaderClassName
{
color: #80FA7D;
}
.AnyTagClassName
{
color: #80FA7D;
}
</style>
background-color css
<style>
a { background-color: #80FA7D; }
a { background-color: rgb(128,250,125); }
div.DivClassName
{
background-color: #80FA7D;
}
.BgClassName
{
background-color: #80FA7D;
}
</style>
border-color css
<style>
span { border-color: #80FA7D; }
span { border-color: rgb(128,250,125); }
td.TdClassName
{
border-color: #80FA7D;
}
.TagClassName
{
border-color: #80FA7D;
}
</style>