Shades of Mantis #80BA58
Tints of Mantis #80BA58
RGB
CMYK
RGB Variations
Color information
#80BA58 (or 0x80BA58) is known color: Mantis. HEX triplet: 80, BA and 58. RGB value is (128,186,88). Sum of RGB (Red+Green+Blue) = 128+186+88=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA58 is #7F45A7. Grayscale: #9D9D9D. Windows color (decimal): -8340904 or 5814912. OLE color: 5814912.
HSL color Cylindrical-coordinate representation of color #80BA58: hue angle of 95.51º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80BA58 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 88 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.27 |
| HSL | 95.51º | 0.42% | 0.54% | - |
| HSV(B) | 95.51º | 0.53% | 0.73% | - |
| XYZ | 28.22 | 40.41 | 15.55 | - |
| YUV | 157.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 88 | 0.31 | 0 | 0.53 | 0.27 | 95.51 | 0.42 | 0.54 |
| Hex | 80 | BA | 58 | 1F | 0 | 35 | 1B | 60 | 2A | 36 |
| Octal | 200 | 272 | 130 | 37 | 0 | 65 | 33 | 140 | 52 | 66 |
| Binary | 10000000 | 10111010 | 1011000 | 11111 | 0 | 110101 | 11011 | 1100000 | 101010 | 110110 |
Color Harmonies of #80BA58
Complementary color
Monochromatic Colors of #80BA58
Black with #80BA58
Text Example
Text Example
White with #80BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA58; }
p { color: rgb(128,186,88); }
H1.HeaderClassName
{
color: #80BA58;
}
.AnyTagClassName
{
color: #80BA58;
}
</style>
background-color css
<style>
a { background-color: #80BA58; }
a { background-color: rgb(128,186,88); }
div.DivClassName
{
background-color: #80BA58;
}
.BgClassName
{
background-color: #80BA58;
}
</style>
border-color css
<style>
span { border-color: #80BA58; }
span { border-color: rgb(128,186,88); }
td.TdClassName
{
border-color: #80BA58;
}
.TagClassName
{
border-color: #80BA58;
}
</style>