Shades of Mantis #80B459
Tints of Mantis #80B459
RGB
CMYK
RGB Variations
Color information
#80B459 (or 0x80B459) is known color: Mantis. HEX triplet: 80, B4 and 59. RGB value is (128,180,89). Sum of RGB (Red+Green+Blue) = 128+180+89=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #80B459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B459 is #7F4BA6. Grayscale: #9A9A9A. Windows color (decimal): -8342439 or 5878912. OLE color: 5878912.
HSL color Cylindrical-coordinate representation of color #80B459: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80B459 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 89 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.29 |
| HSL | 94.29º | 0.38% | 0.53% | - |
| HSV(B) | 94.29º | 0.51% | 0.71% | - |
| XYZ | 27.03 | 37.95 | 15.35 | - |
| YUV | 154.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 89 | 0.29 | 0 | 0.51 | 0.29 | 94.29 | 0.38 | 0.53 |
| Hex | 80 | B4 | 59 | 1D | 0 | 33 | 1D | 5E | 26 | 35 |
| Octal | 200 | 264 | 131 | 35 | 0 | 63 | 35 | 136 | 46 | 65 |
| Binary | 10000000 | 10110100 | 1011001 | 11101 | 0 | 110011 | 11101 | 1011110 | 100110 | 110101 |
Color Harmonies of #80B459
Complementary color
Monochromatic Colors of #80B459
Black with #80B459
Text Example
Text Example
White with #80B459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B459; }
p { color: rgb(128,180,89); }
H1.HeaderClassName
{
color: #80B459;
}
.AnyTagClassName
{
color: #80B459;
}
</style>
background-color css
<style>
a { background-color: #80B459; }
a { background-color: rgb(128,180,89); }
div.DivClassName
{
background-color: #80B459;
}
.BgClassName
{
background-color: #80B459;
}
</style>
border-color css
<style>
span { border-color: #80B459; }
span { border-color: rgb(128,180,89); }
td.TdClassName
{
border-color: #80B459;
}
.TagClassName
{
border-color: #80B459;
}
</style>