Shades of Light Green #80F986
Tints of Light Green #80F986
RGB
CMYK
RGB Variations
Color information
#80F986 (or 0x80F986) is known color: Light Green. HEX triplet: 80, F9 and 86. RGB value is (128,249,134). Sum of RGB (Red+Green+Blue) = 128+249+134=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #80F986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F986 is #7F0679. Grayscale: #C8C8C8. Windows color (decimal): -8324730 or 8845696. OLE color: 8845696.
HSL color Cylindrical-coordinate representation of color #80F986: hue angle of 122.98º degrees, saturation: 0.91, 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 #80F986 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 134 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.02 |
| HSL | 122.98º | 0.91% | 0.74% | - |
| HSV(B) | 122.98º | 0.49% | 0.98% | - |
| XYZ | 47.08 | 74.06 | 34.37 | - |
| YUV | 199.71 | 90.91 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 134 | 0.49 | 0 | 0.46 | 0.02 | 122.98 | 0.91 | 0.74 |
| Hex | 80 | F9 | 86 | 31 | 0 | 2E | 2 | 7B | 5B | 4A |
| Octal | 200 | 371 | 206 | 61 | 0 | 56 | 2 | 173 | 133 | 112 |
| Binary | 10000000 | 11111001 | 10000110 | 110001 | 0 | 101110 | 10 | 1111011 | 1011011 | 1001010 |
Color Harmonies of #80F986
Complementary color
Monochromatic Colors of #80F986
Black with #80F986
Text Example
Text Example
White with #80F986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F986; }
p { color: rgb(128,249,134); }
H1.HeaderClassName
{
color: #80F986;
}
.AnyTagClassName
{
color: #80F986;
}
</style>
background-color css
<style>
a { background-color: #80F986; }
a { background-color: rgb(128,249,134); }
div.DivClassName
{
background-color: #80F986;
}
.BgClassName
{
background-color: #80F986;
}
</style>
border-color css
<style>
span { border-color: #80F986; }
span { border-color: rgb(128,249,134); }
td.TdClassName
{
border-color: #80F986;
}
.TagClassName
{
border-color: #80F986;
}
</style>