Shades of Mantis #80BF56
Tints of Mantis #80BF56
RGB
CMYK
RGB Variations
Color information
#80BF56 (or 0x80BF56) is known color: Mantis. HEX triplet: 80, BF and 56. RGB value is (128,191,86). Sum of RGB (Red+Green+Blue) = 128+191+86=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF56 is #7F40A9. Grayscale: #A0A0A0. Windows color (decimal): -8339626 or 5685120. OLE color: 5685120.
HSL color Cylindrical-coordinate representation of color #80BF56: hue angle of 96º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80BF56 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 86 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.25 |
| HSL | 96º | 0.45% | 0.54% | - |
| HSV(B) | 96º | 0.55% | 0.75% | - |
| XYZ | 29.21 | 42.52 | 15.47 | - |
| YUV | 160.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 86 | 0.33 | 0 | 0.55 | 0.25 | 96 | 0.45 | 0.54 |
| Hex | 80 | BF | 56 | 21 | 0 | 37 | 19 | 60 | 2D | 36 |
| Octal | 200 | 277 | 126 | 41 | 0 | 67 | 31 | 140 | 55 | 66 |
| Binary | 10000000 | 10111111 | 1010110 | 100001 | 0 | 110111 | 11001 | 1100000 | 101101 | 110110 |
Color Harmonies of #80BF56
Complementary color
Monochromatic Colors of #80BF56
Black with #80BF56
Text Example
Text Example
White with #80BF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF56; }
p { color: rgb(128,191,86); }
H1.HeaderClassName
{
color: #80BF56;
}
.AnyTagClassName
{
color: #80BF56;
}
</style>
background-color css
<style>
a { background-color: #80BF56; }
a { background-color: rgb(128,191,86); }
div.DivClassName
{
background-color: #80BF56;
}
.BgClassName
{
background-color: #80BF56;
}
</style>
border-color css
<style>
span { border-color: #80BF56; }
span { border-color: rgb(128,191,86); }
td.TdClassName
{
border-color: #80BF56;
}
.TagClassName
{
border-color: #80BF56;
}
</style>