Shades of Light Green #80FA86
Tints of Light Green #80FA86
RGB
CMYK
RGB Variations
Color information
#80FA86 (or 0x80FA86) is known color: Light Green. HEX triplet: 80, FA and 86. RGB value is (128,250,134). Sum of RGB (Red+Green+Blue) = 128+250+134=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA86 is #7F0579. Grayscale: #C8C8C8. Windows color (decimal): -8324474 or 8845952. OLE color: 8845952.
HSL color Cylindrical-coordinate representation of color #80FA86: hue angle of 122.95º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FA86 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 134 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.02 |
| HSL | 122.95º | 0.92% | 0.74% | - |
| HSV(B) | 122.95º | 0.49% | 0.98% | - |
| XYZ | 47.39 | 74.68 | 34.47 | - |
| YUV | 200.3 | 90.58 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 134 | 0.49 | 0 | 0.46 | 0.02 | 122.95 | 0.92 | 0.74 |
| Hex | 80 | FA | 86 | 31 | 0 | 2E | 2 | 7B | 5C | 4A |
| Octal | 200 | 372 | 206 | 61 | 0 | 56 | 2 | 173 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10000110 | 110001 | 0 | 101110 | 10 | 1111011 | 1011100 | 1001010 |
Color Harmonies of #80FA86
Complementary color
Monochromatic Colors of #80FA86
Black with #80FA86
Text Example
Text Example
White with #80FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA86; }
p { color: rgb(128,250,134); }
H1.HeaderClassName
{
color: #80FA86;
}
.AnyTagClassName
{
color: #80FA86;
}
</style>
background-color css
<style>
a { background-color: #80FA86; }
a { background-color: rgb(128,250,134); }
div.DivClassName
{
background-color: #80FA86;
}
.BgClassName
{
background-color: #80FA86;
}
</style>
border-color css
<style>
span { border-color: #80FA86; }
span { border-color: rgb(128,250,134); }
td.TdClassName
{
border-color: #80FA86;
}
.TagClassName
{
border-color: #80FA86;
}
</style>