Shades of Mantis #84BB49
Tints of Mantis #84BB49
RGB
CMYK
RGB Variations
Color information
#84BB49 (or 0x84BB49) is known color: Mantis. HEX triplet: 84, BB and 49. RGB value is (132,187,73). Sum of RGB (Red+Green+Blue) = 132+187+73=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BB49 is #7B44B6. Grayscale: #9D9D9D. Windows color (decimal): -8078519 or 4832132. OLE color: 4832132.
HSL color Cylindrical-coordinate representation of color #84BB49: hue angle of 88.95º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84BB49 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 73 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.27 |
| HSL | 88.95º | 0.46% | 0.51% | - |
| HSV(B) | 88.95º | 0.61% | 0.73% | - |
| XYZ | 28.49 | 40.93 | 12.7 | - |
| YUV | 157.56 | 80.28 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 73 | 0.29 | 0 | 0.61 | 0.27 | 88.95 | 0.46 | 0.51 |
| Hex | 84 | BB | 49 | 1D | 0 | 3D | 1B | 59 | 2E | 33 |
| Octal | 204 | 273 | 111 | 35 | 0 | 75 | 33 | 131 | 56 | 63 |
| Binary | 10000100 | 10111011 | 1001001 | 11101 | 0 | 111101 | 11011 | 1011001 | 101110 | 110011 |
Color Harmonies of #84BB49
Complementary color
Monochromatic Colors of #84BB49
Black with #84BB49
Text Example
Text Example
White with #84BB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB49; }
p { color: rgb(132,187,73); }
H1.HeaderClassName
{
color: #84BB49;
}
.AnyTagClassName
{
color: #84BB49;
}
</style>
background-color css
<style>
a { background-color: #84BB49; }
a { background-color: rgb(132,187,73); }
div.DivClassName
{
background-color: #84BB49;
}
.BgClassName
{
background-color: #84BB49;
}
</style>
border-color css
<style>
span { border-color: #84BB49; }
span { border-color: rgb(132,187,73); }
td.TdClassName
{
border-color: #84BB49;
}
.TagClassName
{
border-color: #84BB49;
}
</style>