Shades of Mantis #84B858
Tints of Mantis #84B858
RGB
CMYK
RGB Variations
Color information
#84B858 (or 0x84B858) is known color: Mantis. HEX triplet: 84, B8 and 58. RGB value is (132,184,88). Sum of RGB (Red+Green+Blue) = 132+184+88=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #84B858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B858 is #7B47A7. Grayscale: #9D9D9D. Windows color (decimal): -8079272 or 5814404. OLE color: 5814404.
HSL color Cylindrical-coordinate representation of color #84B858: hue angle of 92.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84B858 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 88 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.28 |
| HSL | 92.5º | 0.4% | 0.53% | - |
| HSV(B) | 92.5º | 0.52% | 0.72% | - |
| XYZ | 28.42 | 39.89 | 15.43 | - |
| YUV | 157.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 88 | 0.28 | 0 | 0.52 | 0.28 | 92.5 | 0.4 | 0.53 |
| Hex | 84 | B8 | 58 | 1C | 0 | 34 | 1C | 5C | 28 | 35 |
| Octal | 204 | 270 | 130 | 34 | 0 | 64 | 34 | 134 | 50 | 65 |
| Binary | 10000100 | 10111000 | 1011000 | 11100 | 0 | 110100 | 11100 | 1011100 | 101000 | 110101 |
Color Harmonies of #84B858
Complementary color
Monochromatic Colors of #84B858
Black with #84B858
Text Example
Text Example
White with #84B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B858; }
p { color: rgb(132,184,88); }
H1.HeaderClassName
{
color: #84B858;
}
.AnyTagClassName
{
color: #84B858;
}
</style>
background-color css
<style>
a { background-color: #84B858; }
a { background-color: rgb(132,184,88); }
div.DivClassName
{
background-color: #84B858;
}
.BgClassName
{
background-color: #84B858;
}
</style>
border-color css
<style>
span { border-color: #84B858; }
span { border-color: rgb(132,184,88); }
td.TdClassName
{
border-color: #84B858;
}
.TagClassName
{
border-color: #84B858;
}
</style>