Shades of Mantis #80BA52
Tints of Mantis #80BA52
RGB
CMYK
RGB Variations
Color information
#80BA52 (or 0x80BA52) is known color: Mantis. HEX triplet: 80, BA and 52. RGB value is (128,186,82). Sum of RGB (Red+Green+Blue) = 128+186+82=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA52 is #7F45AD. Grayscale: #9D9D9D. Windows color (decimal): -8340910 or 5421696. OLE color: 5421696.
HSL color Cylindrical-coordinate representation of color #80BA52: hue angle of 93.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80BA52 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 82 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.27 |
| HSL | 93.46º | 0.43% | 0.53% | - |
| HSV(B) | 93.46º | 0.56% | 0.73% | - |
| XYZ | 27.98 | 40.32 | 14.29 | - |
| YUV | 156.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 82 | 0.31 | 0 | 0.56 | 0.27 | 93.46 | 0.43 | 0.53 |
| Hex | 80 | BA | 52 | 1F | 0 | 38 | 1B | 5D | 2B | 35 |
| Octal | 200 | 272 | 122 | 37 | 0 | 70 | 33 | 135 | 53 | 65 |
| Binary | 10000000 | 10111010 | 1010010 | 11111 | 0 | 111000 | 11011 | 1011101 | 101011 | 110101 |
Color Harmonies of #80BA52
Complementary color
Monochromatic Colors of #80BA52
Black with #80BA52
Text Example
Text Example
White with #80BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA52; }
p { color: rgb(128,186,82); }
H1.HeaderClassName
{
color: #80BA52;
}
.AnyTagClassName
{
color: #80BA52;
}
</style>
background-color css
<style>
a { background-color: #80BA52; }
a { background-color: rgb(128,186,82); }
div.DivClassName
{
background-color: #80BA52;
}
.BgClassName
{
background-color: #80BA52;
}
</style>
border-color css
<style>
span { border-color: #80BA52; }
span { border-color: rgb(128,186,82); }
td.TdClassName
{
border-color: #80BA52;
}
.TagClassName
{
border-color: #80BA52;
}
</style>