Shades of Mantis #84BA54
Tints of Mantis #84BA54
RGB
CMYK
RGB Variations
Color information
#84BA54 (or 0x84BA54) is known color: Mantis. HEX triplet: 84, BA and 54. RGB value is (132,186,84). Sum of RGB (Red+Green+Blue) = 132+186+84=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA54 is #7B45AB. Grayscale: #9E9E9E. Windows color (decimal): -8078764 or 5552772. OLE color: 5552772.
HSL color Cylindrical-coordinate representation of color #84BA54: hue angle of 91.76º 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 #84BA54 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 84 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.27 |
| HSL | 91.76º | 0.43% | 0.53% | - |
| HSV(B) | 91.76º | 0.55% | 0.73% | - |
| XYZ | 28.67 | 40.66 | 14.73 | - |
| YUV | 158.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 84 | 0.29 | 0 | 0.55 | 0.27 | 91.76 | 0.43 | 0.53 |
| Hex | 84 | BA | 54 | 1D | 0 | 37 | 1B | 5C | 2A | 35 |
| Octal | 204 | 272 | 124 | 35 | 0 | 67 | 33 | 134 | 52 | 65 |
| Binary | 10000100 | 10111010 | 1010100 | 11101 | 0 | 110111 | 11011 | 1011100 | 101010 | 110101 |
Color Harmonies of #84BA54
Complementary color
Monochromatic Colors of #84BA54
Black with #84BA54
Text Example
Text Example
White with #84BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA54; }
p { color: rgb(132,186,84); }
H1.HeaderClassName
{
color: #84BA54;
}
.AnyTagClassName
{
color: #84BA54;
}
</style>
background-color css
<style>
a { background-color: #84BA54; }
a { background-color: rgb(132,186,84); }
div.DivClassName
{
background-color: #84BA54;
}
.BgClassName
{
background-color: #84BA54;
}
</style>
border-color css
<style>
span { border-color: #84BA54; }
span { border-color: rgb(132,186,84); }
td.TdClassName
{
border-color: #84BA54;
}
.TagClassName
{
border-color: #84BA54;
}
</style>