Shades of Mantis #80BA51
Tints of Mantis #80BA51
RGB
CMYK
RGB Variations
Color information
#80BA51 (or 0x80BA51) is known color: Mantis. HEX triplet: 80, BA and 51. RGB value is (128,186,81). Sum of RGB (Red+Green+Blue) = 128+186+81=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA51 is #7F45AE. Grayscale: #9D9D9D. Windows color (decimal): -8340911 or 5356160. OLE color: 5356160.
HSL color Cylindrical-coordinate representation of color #80BA51: hue angle of 93.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80BA51 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 81 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.27 |
| HSL | 93.14º | 0.43% | 0.52% | - |
| HSV(B) | 93.14º | 0.56% | 0.73% | - |
| XYZ | 27.95 | 40.3 | 14.09 | - |
| YUV | 156.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 81 | 0.31 | 0 | 0.56 | 0.27 | 93.14 | 0.43 | 0.52 |
| Hex | 80 | BA | 51 | 1F | 0 | 38 | 1B | 5D | 2B | 34 |
| Octal | 200 | 272 | 121 | 37 | 0 | 70 | 33 | 135 | 53 | 64 |
| Binary | 10000000 | 10111010 | 1010001 | 11111 | 0 | 111000 | 11011 | 1011101 | 101011 | 110100 |
Color Harmonies of #80BA51
Complementary color
Monochromatic Colors of #80BA51
Black with #80BA51
Text Example
Text Example
White with #80BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA51; }
p { color: rgb(128,186,81); }
H1.HeaderClassName
{
color: #80BA51;
}
.AnyTagClassName
{
color: #80BA51;
}
</style>
background-color css
<style>
a { background-color: #80BA51; }
a { background-color: rgb(128,186,81); }
div.DivClassName
{
background-color: #80BA51;
}
.BgClassName
{
background-color: #80BA51;
}
</style>
border-color css
<style>
span { border-color: #80BA51; }
span { border-color: rgb(128,186,81); }
td.TdClassName
{
border-color: #80BA51;
}
.TagClassName
{
border-color: #80BA51;
}
</style>