Shades of Mantis #84BA60
Tints of Mantis #84BA60
RGB
CMYK
RGB Variations
Color information
#84BA60 (or 0x84BA60) is known color: Mantis. HEX triplet: 84, BA and 60. RGB value is (132,186,96). Sum of RGB (Red+Green+Blue) = 132+186+96=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA60 is #7B459F. Grayscale: #9F9F9F. Windows color (decimal): -8078752 or 6339204. OLE color: 6339204.
HSL color Cylindrical-coordinate representation of color #84BA60: hue angle of 96º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BA60 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 96 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.27 |
| HSL | 96º | 0.39% | 0.55% | - |
| HSV(B) | 96º | 0.48% | 0.73% | - |
| XYZ | 29.19 | 40.87 | 17.42 | - |
| YUV | 159.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 96 | 0.29 | 0 | 0.48 | 0.27 | 96 | 0.39 | 0.55 |
| Hex | 84 | BA | 60 | 1D | 0 | 30 | 1B | 60 | 27 | 37 |
| Octal | 204 | 272 | 140 | 35 | 0 | 60 | 33 | 140 | 47 | 67 |
| Binary | 10000100 | 10111010 | 1100000 | 11101 | 0 | 110000 | 11011 | 1100000 | 100111 | 110111 |
Color Harmonies of #84BA60
Complementary color
Monochromatic Colors of #84BA60
Black with #84BA60
Text Example
Text Example
White with #84BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA60; }
p { color: rgb(132,186,96); }
H1.HeaderClassName
{
color: #84BA60;
}
.AnyTagClassName
{
color: #84BA60;
}
</style>
background-color css
<style>
a { background-color: #84BA60; }
a { background-color: rgb(132,186,96); }
div.DivClassName
{
background-color: #84BA60;
}
.BgClassName
{
background-color: #84BA60;
}
</style>
border-color css
<style>
span { border-color: #84BA60; }
span { border-color: rgb(132,186,96); }
td.TdClassName
{
border-color: #84BA60;
}
.TagClassName
{
border-color: #84BA60;
}
</style>