Shades of Mantis #80B957
Tints of Mantis #80B957
RGB
CMYK
RGB Variations
Color information
#80B957 (or 0x80B957) is known color: Mantis. HEX triplet: 80, B9 and 57. RGB value is (128,185,87). Sum of RGB (Red+Green+Blue) = 128+185+87=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #80B957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B957 is #7F46A8. Grayscale: #9D9D9D. Windows color (decimal): -8341161 or 5749120. OLE color: 5749120.
HSL color Cylindrical-coordinate representation of color #80B957: hue angle of 94.9º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80B957 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 87 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.27 |
| HSL | 94.9º | 0.41% | 0.53% | - |
| HSV(B) | 94.9º | 0.53% | 0.73% | - |
| XYZ | 27.97 | 39.98 | 15.26 | - |
| YUV | 156.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 87 | 0.31 | 0 | 0.53 | 0.27 | 94.9 | 0.41 | 0.53 |
| Hex | 80 | B9 | 57 | 1F | 0 | 35 | 1B | 5F | 29 | 35 |
| Octal | 200 | 271 | 127 | 37 | 0 | 65 | 33 | 137 | 51 | 65 |
| Binary | 10000000 | 10111001 | 1010111 | 11111 | 0 | 110101 | 11011 | 1011111 | 101001 | 110101 |
Color Harmonies of #80B957
Complementary color
Monochromatic Colors of #80B957
Black with #80B957
Text Example
Text Example
White with #80B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B957; }
p { color: rgb(128,185,87); }
H1.HeaderClassName
{
color: #80B957;
}
.AnyTagClassName
{
color: #80B957;
}
</style>
background-color css
<style>
a { background-color: #80B957; }
a { background-color: rgb(128,185,87); }
div.DivClassName
{
background-color: #80B957;
}
.BgClassName
{
background-color: #80B957;
}
</style>
border-color css
<style>
span { border-color: #80B957; }
span { border-color: rgb(128,185,87); }
td.TdClassName
{
border-color: #80B957;
}
.TagClassName
{
border-color: #80B957;
}
</style>