Shades of Mantis #80BA50
Tints of Mantis #80BA50
RGB
CMYK
RGB Variations
Color information
#80BA50 (or 0x80BA50) is known color: Mantis. HEX triplet: 80, BA and 50. RGB value is (128,186,80). Sum of RGB (Red+Green+Blue) = 128+186+80=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA50 is #7F45AF. Grayscale: #9C9C9C. Windows color (decimal): -8340912 or 5290624. OLE color: 5290624.
HSL color Cylindrical-coordinate representation of color #80BA50: hue angle of 92.83º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80BA50 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 80 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.27 |
| HSL | 92.83º | 0.43% | 0.52% | - |
| HSV(B) | 92.83º | 0.57% | 0.73% | - |
| XYZ | 27.91 | 40.29 | 13.89 | - |
| YUV | 156.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 80 | 0.31 | 0 | 0.57 | 0.27 | 92.83 | 0.43 | 0.52 |
| Hex | 80 | BA | 50 | 1F | 0 | 39 | 1B | 5D | 2B | 34 |
| Octal | 200 | 272 | 120 | 37 | 0 | 71 | 33 | 135 | 53 | 64 |
| Binary | 10000000 | 10111010 | 1010000 | 11111 | 0 | 111001 | 11011 | 1011101 | 101011 | 110100 |
Color Harmonies of #80BA50
Complementary color
Monochromatic Colors of #80BA50
Black with #80BA50
Text Example
Text Example
White with #80BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA50; }
p { color: rgb(128,186,80); }
H1.HeaderClassName
{
color: #80BA50;
}
.AnyTagClassName
{
color: #80BA50;
}
</style>
background-color css
<style>
a { background-color: #80BA50; }
a { background-color: rgb(128,186,80); }
div.DivClassName
{
background-color: #80BA50;
}
.BgClassName
{
background-color: #80BA50;
}
</style>
border-color css
<style>
span { border-color: #80BA50; }
span { border-color: rgb(128,186,80); }
td.TdClassName
{
border-color: #80BA50;
}
.TagClassName
{
border-color: #80BA50;
}
</style>