Shades of Mantis #80B456
Tints of Mantis #80B456
RGB
CMYK
RGB Variations
Color information
#80B456 (or 0x80B456) is known color: Mantis. HEX triplet: 80, B4 and 56. RGB value is (128,180,86). Sum of RGB (Red+Green+Blue) = 128+180+86=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #80B456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B456 is #7F4BA9. Grayscale: #9A9A9A. Windows color (decimal): -8342442 or 5682304. OLE color: 5682304.
HSL color Cylindrical-coordinate representation of color #80B456: hue angle of 93.19º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80B456 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 86 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.29 |
| HSL | 93.19º | 0.39% | 0.52% | - |
| HSV(B) | 93.19º | 0.52% | 0.71% | - |
| XYZ | 26.9 | 37.9 | 14.7 | - |
| YUV | 153.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 86 | 0.29 | 0 | 0.52 | 0.29 | 93.19 | 0.39 | 0.52 |
| Hex | 80 | B4 | 56 | 1D | 0 | 34 | 1D | 5D | 27 | 34 |
| Octal | 200 | 264 | 126 | 35 | 0 | 64 | 35 | 135 | 47 | 64 |
| Binary | 10000000 | 10110100 | 1010110 | 11101 | 0 | 110100 | 11101 | 1011101 | 100111 | 110100 |
Color Harmonies of #80B456
Complementary color
Monochromatic Colors of #80B456
Black with #80B456
Text Example
Text Example
White with #80B456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B456; }
p { color: rgb(128,180,86); }
H1.HeaderClassName
{
color: #80B456;
}
.AnyTagClassName
{
color: #80B456;
}
</style>
background-color css
<style>
a { background-color: #80B456; }
a { background-color: rgb(128,180,86); }
div.DivClassName
{
background-color: #80B456;
}
.BgClassName
{
background-color: #80B456;
}
</style>
border-color css
<style>
span { border-color: #80B456; }
span { border-color: rgb(128,180,86); }
td.TdClassName
{
border-color: #80B456;
}
.TagClassName
{
border-color: #80B456;
}
</style>