Shades of Light Green #80FE7D
Tints of Light Green #80FE7D
RGB
CMYK
RGB Variations
Color information
#80FE7D (or 0x80FE7D) is known color: Light Green. HEX triplet: 80, FE and 7D. RGB value is (128,254,125). Sum of RGB (Red+Green+Blue) = 128+254+125=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE7D is #7F0182. Grayscale: #CACACA. Windows color (decimal): -8323459 or 8257152. OLE color: 8257152.
HSL color Cylindrical-coordinate representation of color #80FE7D: hue angle of 118.6º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80FE7D is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 125 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.00 |
| HSL | 118.6º | 0.98% | 0.74% | - |
| HSV(B) | 118.6º | 0.51% | 1% | - |
| XYZ | 48.05 | 76.95 | 31.72 | - |
| YUV | 201.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 125 | 0.50 | 0 | 0.51 | 0.00 | 118.6 | 0.98 | 0.74 |
| Hex | 80 | FE | 7D | 32 | 0 | 33 | 0 | 77 | 62 | 4A |
| Octal | 200 | 376 | 175 | 62 | 0 | 63 | 0 | 167 | 142 | 112 |
| Binary | 10000000 | 11111110 | 1111101 | 110010 | 0 | 110011 | 0 | 1110111 | 1100010 | 1001010 |
Color Harmonies of #80FE7D
Complementary color
Monochromatic Colors of #80FE7D
Black with #80FE7D
Text Example
Text Example
White with #80FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE7D; }
p { color: rgb(128,254,125); }
H1.HeaderClassName
{
color: #80FE7D;
}
.AnyTagClassName
{
color: #80FE7D;
}
</style>
background-color css
<style>
a { background-color: #80FE7D; }
a { background-color: rgb(128,254,125); }
div.DivClassName
{
background-color: #80FE7D;
}
.BgClassName
{
background-color: #80FE7D;
}
</style>
border-color css
<style>
span { border-color: #80FE7D; }
span { border-color: rgb(128,254,125); }
td.TdClassName
{
border-color: #80FE7D;
}
.TagClassName
{
border-color: #80FE7D;
}
</style>