Shades of Mantis #84BA50
Tints of Mantis #84BA50
RGB
CMYK
RGB Variations
Color information
#84BA50 (or 0x84BA50) is known color: Mantis. HEX triplet: 84, BA and 50. RGB value is (132,186,80). Sum of RGB (Red+Green+Blue) = 132+186+80=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA50 is #7B45AF. Grayscale: #9E9E9E. Windows color (decimal): -8078768 or 5290628. OLE color: 5290628.
HSL color Cylindrical-coordinate representation of color #84BA50: hue angle of 90.57º 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 #84BA50 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 80 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.27 |
| HSL | 90.57º | 0.43% | 0.52% | - |
| HSV(B) | 90.57º | 0.57% | 0.73% | - |
| XYZ | 28.52 | 40.6 | 13.92 | - |
| YUV | 157.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 80 | 0.29 | 0 | 0.57 | 0.27 | 90.57 | 0.43 | 0.52 |
| Hex | 84 | BA | 50 | 1D | 0 | 39 | 1B | 5B | 2B | 34 |
| Octal | 204 | 272 | 120 | 35 | 0 | 71 | 33 | 133 | 53 | 64 |
| Binary | 10000100 | 10111010 | 1010000 | 11101 | 0 | 111001 | 11011 | 1011011 | 101011 | 110100 |
Color Harmonies of #84BA50
Complementary color
Monochromatic Colors of #84BA50
Black with #84BA50
Text Example
Text Example
White with #84BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA50; }
p { color: rgb(132,186,80); }
H1.HeaderClassName
{
color: #84BA50;
}
.AnyTagClassName
{
color: #84BA50;
}
</style>
background-color css
<style>
a { background-color: #84BA50; }
a { background-color: rgb(132,186,80); }
div.DivClassName
{
background-color: #84BA50;
}
.BgClassName
{
background-color: #84BA50;
}
</style>
border-color css
<style>
span { border-color: #84BA50; }
span { border-color: rgb(132,186,80); }
td.TdClassName
{
border-color: #84BA50;
}
.TagClassName
{
border-color: #84BA50;
}
</style>