Shades of Mantis #84B65E
Tints of Mantis #84B65E
RGB
CMYK
RGB Variations
Color information
#84B65E (or 0x84B65E) is known color: Mantis. HEX triplet: 84, B6 and 5E. RGB value is (132,182,94). Sum of RGB (Red+Green+Blue) = 132+182+94=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #84B65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B65E is #7B49A1. Grayscale: #9D9D9D. Windows color (decimal): -8079778 or 6207108. OLE color: 6207108.
HSL color Cylindrical-coordinate representation of color #84B65E: hue angle of 94.09º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84B65E is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 94 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.29 |
| HSL | 94.09º | 0.38% | 0.54% | - |
| HSV(B) | 94.09º | 0.48% | 0.71% | - |
| XYZ | 28.26 | 39.17 | 16.66 | - |
| YUV | 157.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 94 | 0.27 | 0 | 0.48 | 0.29 | 94.09 | 0.38 | 0.54 |
| Hex | 84 | B6 | 5E | 1B | 0 | 30 | 1D | 5E | 26 | 36 |
| Octal | 204 | 266 | 136 | 33 | 0 | 60 | 35 | 136 | 46 | 66 |
| Binary | 10000100 | 10110110 | 1011110 | 11011 | 0 | 110000 | 11101 | 1011110 | 100110 | 110110 |
Color Harmonies of #84B65E
Complementary color
Monochromatic Colors of #84B65E
Black with #84B65E
Text Example
Text Example
White with #84B65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B65E; }
p { color: rgb(132,182,94); }
H1.HeaderClassName
{
color: #84B65E;
}
.AnyTagClassName
{
color: #84B65E;
}
</style>
background-color css
<style>
a { background-color: #84B65E; }
a { background-color: rgb(132,182,94); }
div.DivClassName
{
background-color: #84B65E;
}
.BgClassName
{
background-color: #84B65E;
}
</style>
border-color css
<style>
span { border-color: #84B65E; }
span { border-color: rgb(132,182,94); }
td.TdClassName
{
border-color: #84B65E;
}
.TagClassName
{
border-color: #84B65E;
}
</style>