Shades of Light Green #80FC7B
Tints of Light Green #80FC7B
RGB
CMYK
RGB Variations
Color information
#80FC7B (or 0x80FC7B) is known color: Light Green. HEX triplet: 80, FC and 7B. RGB value is (128,252,123). Sum of RGB (Red+Green+Blue) = 128+252+123=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FC7B is #7F0384. Grayscale: #C8C8C8. Windows color (decimal): -8323973 or 8125568. OLE color: 8125568.
HSL color Cylindrical-coordinate representation of color #80FC7B: hue angle of 117.67º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80FC7B is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 123 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.01 |
| HSL | 117.67º | 0.96% | 0.74% | - |
| HSV(B) | 117.67º | 0.51% | 0.99% | - |
| XYZ | 47.29 | 75.64 | 30.85 | - |
| YUV | 200.22 | 84.42 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 123 | 0.49 | 0 | 0.51 | 0.01 | 117.67 | 0.96 | 0.74 |
| Hex | 80 | FC | 7B | 31 | 0 | 33 | 1 | 76 | 60 | 4A |
| Octal | 200 | 374 | 173 | 61 | 0 | 63 | 1 | 166 | 140 | 112 |
| Binary | 10000000 | 11111100 | 1111011 | 110001 | 0 | 110011 | 1 | 1110110 | 1100000 | 1001010 |
Color Harmonies of #80FC7B
Complementary color
Monochromatic Colors of #80FC7B
Black with #80FC7B
Text Example
Text Example
White with #80FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC7B; }
p { color: rgb(128,252,123); }
H1.HeaderClassName
{
color: #80FC7B;
}
.AnyTagClassName
{
color: #80FC7B;
}
</style>
background-color css
<style>
a { background-color: #80FC7B; }
a { background-color: rgb(128,252,123); }
div.DivClassName
{
background-color: #80FC7B;
}
.BgClassName
{
background-color: #80FC7B;
}
</style>
border-color css
<style>
span { border-color: #80FC7B; }
span { border-color: rgb(128,252,123); }
td.TdClassName
{
border-color: #80FC7B;
}
.TagClassName
{
border-color: #80FC7B;
}
</style>