Shades of Mantis #84BB66
Tints of Mantis #84BB66
RGB
CMYK
RGB Variations
Color information
#84BB66 (or 0x84BB66) is known color: Mantis. HEX triplet: 84, BB and 66. RGB value is (132,187,102). Sum of RGB (Red+Green+Blue) = 132+187+102=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BB66 is #7B4499. Grayscale: #A1A1A1. Windows color (decimal): -8078490 or 6732676. OLE color: 6732676.
HSL color Cylindrical-coordinate representation of color #84BB66: hue angle of 98.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BB66 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 102 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.27 |
| HSL | 98.82º | 0.38% | 0.57% | - |
| HSV(B) | 98.82º | 0.45% | 0.73% | - |
| XYZ | 29.68 | 41.41 | 19 | - |
| YUV | 160.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 102 | 0.29 | 0 | 0.45 | 0.27 | 98.82 | 0.38 | 0.57 |
| Hex | 84 | BB | 66 | 1D | 0 | 2D | 1B | 63 | 26 | 39 |
| Octal | 204 | 273 | 146 | 35 | 0 | 55 | 33 | 143 | 46 | 71 |
| Binary | 10000100 | 10111011 | 1100110 | 11101 | 0 | 101101 | 11011 | 1100011 | 100110 | 111001 |
Color Harmonies of #84BB66
Complementary color
Monochromatic Colors of #84BB66
Black with #84BB66
Text Example
Text Example
White with #84BB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB66; }
p { color: rgb(132,187,102); }
H1.HeaderClassName
{
color: #84BB66;
}
.AnyTagClassName
{
color: #84BB66;
}
</style>
background-color css
<style>
a { background-color: #84BB66; }
a { background-color: rgb(132,187,102); }
div.DivClassName
{
background-color: #84BB66;
}
.BgClassName
{
background-color: #84BB66;
}
</style>
border-color css
<style>
span { border-color: #84BB66; }
span { border-color: rgb(132,187,102); }
td.TdClassName
{
border-color: #84BB66;
}
.TagClassName
{
border-color: #84BB66;
}
</style>