Shades of Mantis #84BA68
Tints of Mantis #84BA68
RGB
CMYK
RGB Variations
Color information
#84BA68 (or 0x84BA68) is known color: Mantis. HEX triplet: 84, BA and 68. RGB value is (132,186,104). Sum of RGB (Red+Green+Blue) = 132+186+104=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA68 is #7B4597. Grayscale: #A0A0A0. Windows color (decimal): -8078744 or 6863492. OLE color: 6863492.
HSL color Cylindrical-coordinate representation of color #84BA68: hue angle of 99.51º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84BA68 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 104 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.27 |
| HSL | 99.51º | 0.37% | 0.57% | - |
| HSV(B) | 99.51º | 0.44% | 0.73% | - |
| XYZ | 29.57 | 41.02 | 19.46 | - |
| YUV | 160.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 104 | 0.29 | 0 | 0.44 | 0.27 | 99.51 | 0.37 | 0.57 |
| Hex | 84 | BA | 68 | 1D | 0 | 2C | 1B | 64 | 25 | 39 |
| Octal | 204 | 272 | 150 | 35 | 0 | 54 | 33 | 144 | 45 | 71 |
| Binary | 10000100 | 10111010 | 1101000 | 11101 | 0 | 101100 | 11011 | 1100100 | 100101 | 111001 |
Color Harmonies of #84BA68
Complementary color
Monochromatic Colors of #84BA68
Black with #84BA68
Text Example
Text Example
White with #84BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA68; }
p { color: rgb(132,186,104); }
H1.HeaderClassName
{
color: #84BA68;
}
.AnyTagClassName
{
color: #84BA68;
}
</style>
background-color css
<style>
a { background-color: #84BA68; }
a { background-color: rgb(132,186,104); }
div.DivClassName
{
background-color: #84BA68;
}
.BgClassName
{
background-color: #84BA68;
}
</style>
border-color css
<style>
span { border-color: #84BA68; }
span { border-color: rgb(132,186,104); }
td.TdClassName
{
border-color: #84BA68;
}
.TagClassName
{
border-color: #84BA68;
}
</style>