Shades of Mantis #84BB54
Tints of Mantis #84BB54
RGB
CMYK
RGB Variations
Color information
#84BB54 (or 0x84BB54) is known color: Mantis. HEX triplet: 84, BB and 54. RGB value is (132,187,84). Sum of RGB (Red+Green+Blue) = 132+187+84=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BB54 is #7B44AB. Grayscale: #9F9F9F. Windows color (decimal): -8078508 or 5553028. OLE color: 5553028.
HSL color Cylindrical-coordinate representation of color #84BB54: hue angle of 92.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84BB54 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 84 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.27 |
| HSL | 92.04º | 0.43% | 0.53% | - |
| HSV(B) | 92.04º | 0.55% | 0.73% | - |
| XYZ | 28.89 | 41.09 | 14.8 | - |
| YUV | 158.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 84 | 0.29 | 0 | 0.55 | 0.27 | 92.04 | 0.43 | 0.53 |
| Hex | 84 | BB | 54 | 1D | 0 | 37 | 1B | 5C | 2B | 35 |
| Octal | 204 | 273 | 124 | 35 | 0 | 67 | 33 | 134 | 53 | 65 |
| Binary | 10000100 | 10111011 | 1010100 | 11101 | 0 | 110111 | 11011 | 1011100 | 101011 | 110101 |
Color Harmonies of #84BB54
Complementary color
Monochromatic Colors of #84BB54
Black with #84BB54
Text Example
Text Example
White with #84BB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB54; }
p { color: rgb(132,187,84); }
H1.HeaderClassName
{
color: #84BB54;
}
.AnyTagClassName
{
color: #84BB54;
}
</style>
background-color css
<style>
a { background-color: #84BB54; }
a { background-color: rgb(132,187,84); }
div.DivClassName
{
background-color: #84BB54;
}
.BgClassName
{
background-color: #84BB54;
}
</style>
border-color css
<style>
span { border-color: #84BB54; }
span { border-color: rgb(132,187,84); }
td.TdClassName
{
border-color: #84BB54;
}
.TagClassName
{
border-color: #84BB54;
}
</style>