Shades of Light Green #80FB7A
Tints of Light Green #80FB7A
RGB
CMYK
RGB Variations
Color information
#80FB7A (or 0x80FB7A) is known color: Light Green. HEX triplet: 80, FB and 7A. RGB value is (128,251,122). Sum of RGB (Red+Green+Blue) = 128+251+122=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FB7A is #7F0485. Grayscale: #C7C7C7. Windows color (decimal): -8324230 or 8059776. OLE color: 8059776.
HSL color Cylindrical-coordinate representation of color #80FB7A: hue angle of 117.21º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80FB7A is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 122 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.02 |
| HSL | 117.21º | 0.94% | 0.73% | - |
| HSV(B) | 117.21º | 0.51% | 0.98% | - |
| XYZ | 46.91 | 74.99 | 30.41 | - |
| YUV | 199.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 122 | 0.49 | 0 | 0.51 | 0.02 | 117.21 | 0.94 | 0.73 |
| Hex | 80 | FB | 7A | 31 | 0 | 33 | 2 | 75 | 5E | 49 |
| Octal | 200 | 373 | 172 | 61 | 0 | 63 | 2 | 165 | 136 | 111 |
| Binary | 10000000 | 11111011 | 1111010 | 110001 | 0 | 110011 | 10 | 1110101 | 1011110 | 1001001 |
Color Harmonies of #80FB7A
Complementary color
Monochromatic Colors of #80FB7A
Black with #80FB7A
Text Example
Text Example
White with #80FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB7A; }
p { color: rgb(128,251,122); }
H1.HeaderClassName
{
color: #80FB7A;
}
.AnyTagClassName
{
color: #80FB7A;
}
</style>
background-color css
<style>
a { background-color: #80FB7A; }
a { background-color: rgb(128,251,122); }
div.DivClassName
{
background-color: #80FB7A;
}
.BgClassName
{
background-color: #80FB7A;
}
</style>
border-color css
<style>
span { border-color: #80FB7A; }
span { border-color: rgb(128,251,122); }
td.TdClassName
{
border-color: #80FB7A;
}
.TagClassName
{
border-color: #80FB7A;
}
</style>