Shades of Mantis #84B85D
Tints of Mantis #84B85D
RGB
CMYK
RGB Variations
Color information
#84B85D (or 0x84B85D) is known color: Mantis. HEX triplet: 84, B8 and 5D. RGB value is (132,184,93). Sum of RGB (Red+Green+Blue) = 132+184+93=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #84B85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B85D is #7B47A2. Grayscale: #9E9E9E. Windows color (decimal): -8079267 or 6142084. OLE color: 6142084.
HSL color Cylindrical-coordinate representation of color #84B85D: hue angle of 94.29º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84B85D is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 93 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.28 |
| HSL | 94.29º | 0.39% | 0.54% | - |
| HSV(B) | 94.29º | 0.49% | 0.72% | - |
| XYZ | 28.63 | 39.98 | 16.56 | - |
| YUV | 158.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 93 | 0.28 | 0 | 0.49 | 0.28 | 94.29 | 0.39 | 0.54 |
| Hex | 84 | B8 | 5D | 1C | 0 | 31 | 1C | 5E | 27 | 36 |
| Octal | 204 | 270 | 135 | 34 | 0 | 61 | 34 | 136 | 47 | 66 |
| Binary | 10000100 | 10111000 | 1011101 | 11100 | 0 | 110001 | 11100 | 1011110 | 100111 | 110110 |
Color Harmonies of #84B85D
Complementary color
Monochromatic Colors of #84B85D
Black with #84B85D
Text Example
Text Example
White with #84B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B85D; }
p { color: rgb(132,184,93); }
H1.HeaderClassName
{
color: #84B85D;
}
.AnyTagClassName
{
color: #84B85D;
}
</style>
background-color css
<style>
a { background-color: #84B85D; }
a { background-color: rgb(132,184,93); }
div.DivClassName
{
background-color: #84B85D;
}
.BgClassName
{
background-color: #84B85D;
}
</style>
border-color css
<style>
span { border-color: #84B85D; }
span { border-color: rgb(132,184,93); }
td.TdClassName
{
border-color: #84B85D;
}
.TagClassName
{
border-color: #84B85D;
}
</style>