Shades of Light Green #80FB7D
Tints of Light Green #80FB7D
RGB
CMYK
RGB Variations
Color information
#80FB7D (or 0x80FB7D) is known color: Light Green. HEX triplet: 80, FB and 7D. RGB value is (128,251,125). Sum of RGB (Red+Green+Blue) = 128+251+125=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FB7D is #7F0482. Grayscale: #C8C8C8. Windows color (decimal): -8324227 or 8256384. OLE color: 8256384.
HSL color Cylindrical-coordinate representation of color #80FB7D: hue angle of 118.57º degrees, saturation: 0.94, 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 #80FB7D is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 125 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.02 |
| HSL | 118.57º | 0.94% | 0.74% | - |
| HSV(B) | 118.57º | 0.5% | 0.98% | - |
| XYZ | 47.1 | 75.06 | 31.41 | - |
| YUV | 199.86 | 85.75 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 125 | 0.49 | 0 | 0.50 | 0.02 | 118.57 | 0.94 | 0.74 |
| Hex | 80 | FB | 7D | 31 | 0 | 32 | 2 | 77 | 5E | 4A |
| Octal | 200 | 373 | 175 | 61 | 0 | 62 | 2 | 167 | 136 | 112 |
| Binary | 10000000 | 11111011 | 1111101 | 110001 | 0 | 110010 | 10 | 1110111 | 1011110 | 1001010 |
Color Harmonies of #80FB7D
Complementary color
Monochromatic Colors of #80FB7D
Black with #80FB7D
Text Example
Text Example
White with #80FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB7D; }
p { color: rgb(128,251,125); }
H1.HeaderClassName
{
color: #80FB7D;
}
.AnyTagClassName
{
color: #80FB7D;
}
</style>
background-color css
<style>
a { background-color: #80FB7D; }
a { background-color: rgb(128,251,125); }
div.DivClassName
{
background-color: #80FB7D;
}
.BgClassName
{
background-color: #80FB7D;
}
</style>
border-color css
<style>
span { border-color: #80FB7D; }
span { border-color: rgb(128,251,125); }
td.TdClassName
{
border-color: #80FB7D;
}
.TagClassName
{
border-color: #80FB7D;
}
</style>