Shades of Mantis #80BA55
Tints of Mantis #80BA55
RGB
CMYK
RGB Variations
Color information
#80BA55 (or 0x80BA55) is known color: Mantis. HEX triplet: 80, BA and 55. RGB value is (128,186,85). Sum of RGB (Red+Green+Blue) = 128+186+85=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA55 is #7F45AA. Grayscale: #9D9D9D. Windows color (decimal): -8340907 or 5618304. OLE color: 5618304.
HSL color Cylindrical-coordinate representation of color #80BA55: hue angle of 94.46º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80BA55 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 85 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.27 |
| HSL | 94.46º | 0.42% | 0.53% | - |
| HSV(B) | 94.46º | 0.54% | 0.73% | - |
| XYZ | 28.1 | 40.36 | 14.9 | - |
| YUV | 157.14 | 87.28 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 85 | 0.31 | 0 | 0.54 | 0.27 | 94.46 | 0.42 | 0.53 |
| Hex | 80 | BA | 55 | 1F | 0 | 36 | 1B | 5E | 2A | 35 |
| Octal | 200 | 272 | 125 | 37 | 0 | 66 | 33 | 136 | 52 | 65 |
| Binary | 10000000 | 10111010 | 1010101 | 11111 | 0 | 110110 | 11011 | 1011110 | 101010 | 110101 |
Color Harmonies of #80BA55
Complementary color
Monochromatic Colors of #80BA55
Black with #80BA55
Text Example
Text Example
White with #80BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA55; }
p { color: rgb(128,186,85); }
H1.HeaderClassName
{
color: #80BA55;
}
.AnyTagClassName
{
color: #80BA55;
}
</style>
background-color css
<style>
a { background-color: #80BA55; }
a { background-color: rgb(128,186,85); }
div.DivClassName
{
background-color: #80BA55;
}
.BgClassName
{
background-color: #80BA55;
}
</style>
border-color css
<style>
span { border-color: #80BA55; }
span { border-color: rgb(128,186,85); }
td.TdClassName
{
border-color: #80BA55;
}
.TagClassName
{
border-color: #80BA55;
}
</style>