Shades of Light Green #80FA7B
Tints of Light Green #80FA7B
RGB
CMYK
RGB Variations
Color information
#80FA7B (or 0x80FA7B) is known color: Light Green. HEX triplet: 80, FA and 7B. RGB value is (128,250,123). Sum of RGB (Red+Green+Blue) = 128+250+123=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA7B is #7F0584. Grayscale: #C7C7C7. Windows color (decimal): -8324485 or 8125056. OLE color: 8125056.
HSL color Cylindrical-coordinate representation of color #80FA7B: hue angle of 117.64º degrees, saturation: 0.93, 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 #80FA7B is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 123 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.02 |
| HSL | 117.64º | 0.93% | 0.73% | - |
| HSV(B) | 117.64º | 0.51% | 0.98% | - |
| XYZ | 46.66 | 74.39 | 30.64 | - |
| YUV | 199.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 123 | 0.49 | 0 | 0.51 | 0.02 | 117.64 | 0.93 | 0.73 |
| Hex | 80 | FA | 7B | 31 | 0 | 33 | 2 | 76 | 5D | 49 |
| Octal | 200 | 372 | 173 | 61 | 0 | 63 | 2 | 166 | 135 | 111 |
| Binary | 10000000 | 11111010 | 1111011 | 110001 | 0 | 110011 | 10 | 1110110 | 1011101 | 1001001 |
Color Harmonies of #80FA7B
Complementary color
Monochromatic Colors of #80FA7B
Black with #80FA7B
Text Example
Text Example
White with #80FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA7B; }
p { color: rgb(128,250,123); }
H1.HeaderClassName
{
color: #80FA7B;
}
.AnyTagClassName
{
color: #80FA7B;
}
</style>
background-color css
<style>
a { background-color: #80FA7B; }
a { background-color: rgb(128,250,123); }
div.DivClassName
{
background-color: #80FA7B;
}
.BgClassName
{
background-color: #80FA7B;
}
</style>
border-color css
<style>
span { border-color: #80FA7B; }
span { border-color: rgb(128,250,123); }
td.TdClassName
{
border-color: #80FA7B;
}
.TagClassName
{
border-color: #80FA7B;
}
</style>