Shades of Mantis #84B952
Tints of Mantis #84B952
RGB
CMYK
RGB Variations
Color information
#84B952 (or 0x84B952) is known color: Mantis. HEX triplet: 84, B9 and 52. RGB value is (132,185,82). Sum of RGB (Red+Green+Blue) = 132+185+82=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #84B952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B952 is #7B46AD. Grayscale: #9D9D9D. Windows color (decimal): -8079022 or 5421444. OLE color: 5421444.
HSL color Cylindrical-coordinate representation of color #84B952: hue angle of 90.87º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84B952 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 82 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.27 |
| HSL | 90.87º | 0.42% | 0.52% | - |
| HSV(B) | 90.87º | 0.56% | 0.73% | - |
| XYZ | 28.39 | 40.21 | 14.25 | - |
| YUV | 157.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 82 | 0.29 | 0 | 0.56 | 0.27 | 90.87 | 0.42 | 0.52 |
| Hex | 84 | B9 | 52 | 1D | 0 | 38 | 1B | 5B | 2A | 34 |
| Octal | 204 | 271 | 122 | 35 | 0 | 70 | 33 | 133 | 52 | 64 |
| Binary | 10000100 | 10111001 | 1010010 | 11101 | 0 | 111000 | 11011 | 1011011 | 101010 | 110100 |
Color Harmonies of #84B952
Complementary color
Monochromatic Colors of #84B952
Black with #84B952
Text Example
Text Example
White with #84B952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B952; }
p { color: rgb(132,185,82); }
H1.HeaderClassName
{
color: #84B952;
}
.AnyTagClassName
{
color: #84B952;
}
</style>
background-color css
<style>
a { background-color: #84B952; }
a { background-color: rgb(132,185,82); }
div.DivClassName
{
background-color: #84B952;
}
.BgClassName
{
background-color: #84B952;
}
</style>
border-color css
<style>
span { border-color: #84B952; }
span { border-color: rgb(132,185,82); }
td.TdClassName
{
border-color: #84B952;
}
.TagClassName
{
border-color: #84B952;
}
</style>