Shades of Light Green #80FE7B
Tints of Light Green #80FE7B
RGB
CMYK
RGB Variations
Color information
#80FE7B (or 0x80FE7B) is known color: Light Green. HEX triplet: 80, FE and 7B. RGB value is (128,254,123). Sum of RGB (Red+Green+Blue) = 128+254+123=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE7B is #7F0184. Grayscale: #C9C9C9. Windows color (decimal): -8323461 or 8126080. OLE color: 8126080.
HSL color Cylindrical-coordinate representation of color #80FE7B: hue angle of 117.71º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80FE7B is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 123 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.00 |
| HSL | 117.71º | 0.98% | 0.74% | - |
| HSV(B) | 117.71º | 0.52% | 1% | - |
| XYZ | 47.92 | 76.9 | 31.06 | - |
| YUV | 201.39 | 83.76 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 123 | 0.50 | 0 | 0.52 | 0.00 | 117.71 | 0.98 | 0.74 |
| Hex | 80 | FE | 7B | 32 | 0 | 34 | 0 | 76 | 62 | 4A |
| Octal | 200 | 376 | 173 | 62 | 0 | 64 | 0 | 166 | 142 | 112 |
| Binary | 10000000 | 11111110 | 1111011 | 110010 | 0 | 110100 | 0 | 1110110 | 1100010 | 1001010 |
Color Harmonies of #80FE7B
Complementary color
Monochromatic Colors of #80FE7B
Black with #80FE7B
Text Example
Text Example
White with #80FE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE7B; }
p { color: rgb(128,254,123); }
H1.HeaderClassName
{
color: #80FE7B;
}
.AnyTagClassName
{
color: #80FE7B;
}
</style>
background-color css
<style>
a { background-color: #80FE7B; }
a { background-color: rgb(128,254,123); }
div.DivClassName
{
background-color: #80FE7B;
}
.BgClassName
{
background-color: #80FE7B;
}
</style>
border-color css
<style>
span { border-color: #80FE7B; }
span { border-color: rgb(128,254,123); }
td.TdClassName
{
border-color: #80FE7B;
}
.TagClassName
{
border-color: #80FE7B;
}
</style>