Shades of Mantis #84B855
Tints of Mantis #84B855
RGB
CMYK
RGB Variations
Color information
#84B855 (or 0x84B855) is known color: Mantis. HEX triplet: 84, B8 and 55. RGB value is (132,184,85). Sum of RGB (Red+Green+Blue) = 132+184+85=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #84B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B855 is #7B47AA. Grayscale: #9D9D9D. Windows color (decimal): -8079275 or 5617796. OLE color: 5617796.
HSL color Cylindrical-coordinate representation of color #84B855: hue angle of 91.52º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84B855 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 85 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.28 |
| HSL | 91.52º | 0.41% | 0.53% | - |
| HSV(B) | 91.52º | 0.54% | 0.72% | - |
| XYZ | 28.3 | 39.84 | 14.79 | - |
| YUV | 157.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 85 | 0.28 | 0 | 0.54 | 0.28 | 91.52 | 0.41 | 0.53 |
| Hex | 84 | B8 | 55 | 1C | 0 | 36 | 1C | 5C | 29 | 35 |
| Octal | 204 | 270 | 125 | 34 | 0 | 66 | 34 | 134 | 51 | 65 |
| Binary | 10000100 | 10111000 | 1010101 | 11100 | 0 | 110110 | 11100 | 1011100 | 101001 | 110101 |
Color Harmonies of #84B855
Complementary color
Monochromatic Colors of #84B855
Black with #84B855
Text Example
Text Example
White with #84B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B855; }
p { color: rgb(132,184,85); }
H1.HeaderClassName
{
color: #84B855;
}
.AnyTagClassName
{
color: #84B855;
}
</style>
background-color css
<style>
a { background-color: #84B855; }
a { background-color: rgb(132,184,85); }
div.DivClassName
{
background-color: #84B855;
}
.BgClassName
{
background-color: #84B855;
}
</style>
border-color css
<style>
span { border-color: #84B855; }
span { border-color: rgb(132,184,85); }
td.TdClassName
{
border-color: #84B855;
}
.TagClassName
{
border-color: #84B855;
}
</style>