Shades of Mantis #80B856
Tints of Mantis #80B856
RGB
CMYK
RGB Variations
Color information
#80B856 (or 0x80B856) is known color: Mantis. HEX triplet: 80, B8 and 56. RGB value is (128,184,86). Sum of RGB (Red+Green+Blue) = 128+184+86=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #80B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B856 is #7F47A9. Grayscale: #9C9C9C. Windows color (decimal): -8341418 or 5683328. OLE color: 5683328.
HSL color Cylindrical-coordinate representation of color #80B856: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80B856 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 86 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.28 |
| HSL | 94.29º | 0.41% | 0.53% | - |
| HSV(B) | 94.29º | 0.53% | 0.72% | - |
| XYZ | 27.72 | 39.54 | 14.98 | - |
| YUV | 156.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 86 | 0.30 | 0 | 0.53 | 0.28 | 94.29 | 0.41 | 0.53 |
| Hex | 80 | B8 | 56 | 1E | 0 | 35 | 1C | 5E | 29 | 35 |
| Octal | 200 | 270 | 126 | 36 | 0 | 65 | 34 | 136 | 51 | 65 |
| Binary | 10000000 | 10111000 | 1010110 | 11110 | 0 | 110101 | 11100 | 1011110 | 101001 | 110101 |
Color Harmonies of #80B856
Complementary color
Monochromatic Colors of #80B856
Black with #80B856
Text Example
Text Example
White with #80B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B856; }
p { color: rgb(128,184,86); }
H1.HeaderClassName
{
color: #80B856;
}
.AnyTagClassName
{
color: #80B856;
}
</style>
background-color css
<style>
a { background-color: #80B856; }
a { background-color: rgb(128,184,86); }
div.DivClassName
{
background-color: #80B856;
}
.BgClassName
{
background-color: #80B856;
}
</style>
border-color css
<style>
span { border-color: #80B856; }
span { border-color: rgb(128,184,86); }
td.TdClassName
{
border-color: #80B856;
}
.TagClassName
{
border-color: #80B856;
}
</style>