Shades of Light Green #80FD7A
Tints of Light Green #80FD7A
RGB
CMYK
RGB Variations
Color information
#80FD7A (or 0x80FD7A) is known color: Light Green. HEX triplet: 80, FD and 7A. RGB value is (128,253,122). Sum of RGB (Red+Green+Blue) = 128+253+122=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FD7A is #7F0285. Grayscale: #C9C9C9. Windows color (decimal): -8323718 or 8060288. OLE color: 8060288.
HSL color Cylindrical-coordinate representation of color #80FD7A: hue angle of 117.25º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80FD7A is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 122 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.01 |
| HSL | 117.25º | 0.97% | 0.74% | - |
| HSV(B) | 117.25º | 0.52% | 0.99% | - |
| XYZ | 47.54 | 76.24 | 30.62 | - |
| YUV | 200.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 122 | 0.49 | 0 | 0.52 | 0.01 | 117.25 | 0.97 | 0.74 |
| Hex | 80 | FD | 7A | 31 | 0 | 34 | 1 | 75 | 61 | 4A |
| Octal | 200 | 375 | 172 | 61 | 0 | 64 | 1 | 165 | 141 | 112 |
| Binary | 10000000 | 11111101 | 1111010 | 110001 | 0 | 110100 | 1 | 1110101 | 1100001 | 1001010 |
Color Harmonies of #80FD7A
Complementary color
Monochromatic Colors of #80FD7A
Black with #80FD7A
Text Example
Text Example
White with #80FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD7A; }
p { color: rgb(128,253,122); }
H1.HeaderClassName
{
color: #80FD7A;
}
.AnyTagClassName
{
color: #80FD7A;
}
</style>
background-color css
<style>
a { background-color: #80FD7A; }
a { background-color: rgb(128,253,122); }
div.DivClassName
{
background-color: #80FD7A;
}
.BgClassName
{
background-color: #80FD7A;
}
</style>
border-color css
<style>
span { border-color: #80FD7A; }
span { border-color: rgb(128,253,122); }
td.TdClassName
{
border-color: #80FD7A;
}
.TagClassName
{
border-color: #80FD7A;
}
</style>