Shades of Mantis #84BA61
Tints of Mantis #84BA61
RGB
CMYK
RGB Variations
Color information
#84BA61 (or 0x84BA61) is known color: Mantis. HEX triplet: 84, BA and 61. RGB value is (132,186,97). Sum of RGB (Red+Green+Blue) = 132+186+97=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA61 is #7B459E. Grayscale: #A0A0A0. Windows color (decimal): -8078751 or 6404740. OLE color: 6404740.
HSL color Cylindrical-coordinate representation of color #84BA61: hue angle of 96.4º 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 #84BA61 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 97 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.27 |
| HSL | 96.4º | 0.39% | 0.55% | - |
| HSV(B) | 96.4º | 0.48% | 0.73% | - |
| XYZ | 29.23 | 40.89 | 17.66 | - |
| YUV | 159.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 97 | 0.29 | 0 | 0.48 | 0.27 | 96.4 | 0.39 | 0.55 |
| Hex | 84 | BA | 61 | 1D | 0 | 30 | 1B | 60 | 27 | 37 |
| Octal | 204 | 272 | 141 | 35 | 0 | 60 | 33 | 140 | 47 | 67 |
| Binary | 10000100 | 10111010 | 1100001 | 11101 | 0 | 110000 | 11011 | 1100000 | 100111 | 110111 |
Color Harmonies of #84BA61
Complementary color
Monochromatic Colors of #84BA61
Black with #84BA61
Text Example
Text Example
White with #84BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA61; }
p { color: rgb(132,186,97); }
H1.HeaderClassName
{
color: #84BA61;
}
.AnyTagClassName
{
color: #84BA61;
}
</style>
background-color css
<style>
a { background-color: #84BA61; }
a { background-color: rgb(132,186,97); }
div.DivClassName
{
background-color: #84BA61;
}
.BgClassName
{
background-color: #84BA61;
}
</style>
border-color css
<style>
span { border-color: #84BA61; }
span { border-color: rgb(132,186,97); }
td.TdClassName
{
border-color: #84BA61;
}
.TagClassName
{
border-color: #84BA61;
}
</style>