Shades of Mantis #84BA53
Tints of Mantis #84BA53
RGB
CMYK
RGB Variations
Color information
#84BA53 (or 0x84BA53) is known color: Mantis. HEX triplet: 84, BA and 53. RGB value is (132,186,83). Sum of RGB (Red+Green+Blue) = 132+186+83=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA53 is #7B45AC. Grayscale: #9E9E9E. Windows color (decimal): -8078765 or 5487236. OLE color: 5487236.
HSL color Cylindrical-coordinate representation of color #84BA53: hue angle of 91.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84BA53 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 83 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.27 |
| HSL | 91.46º | 0.43% | 0.53% | - |
| HSV(B) | 91.46º | 0.55% | 0.73% | - |
| XYZ | 28.64 | 40.65 | 14.52 | - |
| YUV | 158.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 83 | 0.29 | 0 | 0.55 | 0.27 | 91.46 | 0.43 | 0.53 |
| Hex | 84 | BA | 53 | 1D | 0 | 37 | 1B | 5B | 2B | 35 |
| Octal | 204 | 272 | 123 | 35 | 0 | 67 | 33 | 133 | 53 | 65 |
| Binary | 10000100 | 10111010 | 1010011 | 11101 | 0 | 110111 | 11011 | 1011011 | 101011 | 110101 |
Color Harmonies of #84BA53
Complementary color
Monochromatic Colors of #84BA53
Black with #84BA53
Text Example
Text Example
White with #84BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA53; }
p { color: rgb(132,186,83); }
H1.HeaderClassName
{
color: #84BA53;
}
.AnyTagClassName
{
color: #84BA53;
}
</style>
background-color css
<style>
a { background-color: #84BA53; }
a { background-color: rgb(132,186,83); }
div.DivClassName
{
background-color: #84BA53;
}
.BgClassName
{
background-color: #84BA53;
}
</style>
border-color css
<style>
span { border-color: #84BA53; }
span { border-color: rgb(132,186,83); }
td.TdClassName
{
border-color: #84BA53;
}
.TagClassName
{
border-color: #84BA53;
}
</style>