Shades of Mantis #84B46F
Tints of Mantis #84B46F
RGB
CMYK
RGB Variations
Color information
#84B46F (or 0x84B46F) is known color: Mantis. HEX triplet: 84, B4 and 6F. RGB value is (132,180,111). Sum of RGB (Red+Green+Blue) = 132+180+111=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #84B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B46F is #7B4B90. Grayscale: #9E9E9E. Windows color (decimal): -8080273 or 7320708. OLE color: 7320708.
HSL color Cylindrical-coordinate representation of color #84B46F: hue angle of 101.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84B46F is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 111 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.29 |
| HSL | 101.74º | 0.32% | 0.57% | - |
| HSV(B) | 101.74º | 0.38% | 0.71% | - |
| XYZ | 28.71 | 38.7 | 20.99 | - |
| YUV | 157.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 111 | 0.27 | 0 | 0.38 | 0.29 | 101.74 | 0.32 | 0.57 |
| Hex | 84 | B4 | 6F | 1B | 0 | 26 | 1D | 66 | 20 | 39 |
| Octal | 204 | 264 | 157 | 33 | 0 | 46 | 35 | 146 | 40 | 71 |
| Binary | 10000100 | 10110100 | 1101111 | 11011 | 0 | 100110 | 11101 | 1100110 | 100000 | 111001 |
Color Harmonies of #84B46F
Complementary color
Monochromatic Colors of #84B46F
Black with #84B46F
Text Example
Text Example
White with #84B46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B46F; }
p { color: rgb(132,180,111); }
H1.HeaderClassName
{
color: #84B46F;
}
.AnyTagClassName
{
color: #84B46F;
}
</style>
background-color css
<style>
a { background-color: #84B46F; }
a { background-color: rgb(132,180,111); }
div.DivClassName
{
background-color: #84B46F;
}
.BgClassName
{
background-color: #84B46F;
}
</style>
border-color css
<style>
span { border-color: #84B46F; }
span { border-color: rgb(132,180,111); }
td.TdClassName
{
border-color: #84B46F;
}
.TagClassName
{
border-color: #84B46F;
}
</style>