Shades of Mantis #84BA52
Tints of Mantis #84BA52
RGB
CMYK
RGB Variations
Color information
#84BA52 (or 0x84BA52) is known color: Mantis. HEX triplet: 84, BA and 52. RGB value is (132,186,82). Sum of RGB (Red+Green+Blue) = 132+186+82=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA52 is #7B45AD. Grayscale: #9E9E9E. Windows color (decimal): -8078766 or 5421700. OLE color: 5421700.
HSL color Cylindrical-coordinate representation of color #84BA52: hue angle of 91.15º 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 #84BA52 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 82 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.27 |
| HSL | 91.15º | 0.43% | 0.53% | - |
| HSV(B) | 91.15º | 0.56% | 0.73% | - |
| XYZ | 28.6 | 40.63 | 14.32 | - |
| YUV | 158 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 82 | 0.29 | 0 | 0.56 | 0.27 | 91.15 | 0.43 | 0.53 |
| Hex | 84 | BA | 52 | 1D | 0 | 38 | 1B | 5B | 2B | 35 |
| Octal | 204 | 272 | 122 | 35 | 0 | 70 | 33 | 133 | 53 | 65 |
| Binary | 10000100 | 10111010 | 1010010 | 11101 | 0 | 111000 | 11011 | 1011011 | 101011 | 110101 |
Color Harmonies of #84BA52
Complementary color
Monochromatic Colors of #84BA52
Black with #84BA52
Text Example
Text Example
White with #84BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA52; }
p { color: rgb(132,186,82); }
H1.HeaderClassName
{
color: #84BA52;
}
.AnyTagClassName
{
color: #84BA52;
}
</style>
background-color css
<style>
a { background-color: #84BA52; }
a { background-color: rgb(132,186,82); }
div.DivClassName
{
background-color: #84BA52;
}
.BgClassName
{
background-color: #84BA52;
}
</style>
border-color css
<style>
span { border-color: #84BA52; }
span { border-color: rgb(132,186,82); }
td.TdClassName
{
border-color: #84BA52;
}
.TagClassName
{
border-color: #84BA52;
}
</style>