Shades of Mantis #84B871
Tints of Mantis #84B871
RGB
CMYK
RGB Variations
Color information
#84B871 (or 0x84B871) is known color: Mantis. HEX triplet: 84, B8 and 71. RGB value is (132,184,113). Sum of RGB (Red+Green+Blue) = 132+184+113=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #84B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B871 is #7B478E. Grayscale: #A0A0A0. Windows color (decimal): -8079247 or 7452804. OLE color: 7452804.
HSL color Cylindrical-coordinate representation of color #84B871: hue angle of 103.94º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84B871 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 113 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.28 |
| HSL | 103.94º | 0.33% | 0.58% | - |
| HSV(B) | 103.94º | 0.39% | 0.72% | - |
| XYZ | 29.64 | 40.38 | 21.85 | - |
| YUV | 160.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 113 | 0.28 | 0 | 0.39 | 0.28 | 103.94 | 0.33 | 0.58 |
| Hex | 84 | B8 | 71 | 1C | 0 | 27 | 1C | 68 | 21 | 3A |
| Octal | 204 | 270 | 161 | 34 | 0 | 47 | 34 | 150 | 41 | 72 |
| Binary | 10000100 | 10111000 | 1110001 | 11100 | 0 | 100111 | 11100 | 1101000 | 100001 | 111010 |
Color Harmonies of #84B871
Complementary color
Monochromatic Colors of #84B871
Black with #84B871
Text Example
Text Example
White with #84B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B871; }
p { color: rgb(132,184,113); }
H1.HeaderClassName
{
color: #84B871;
}
.AnyTagClassName
{
color: #84B871;
}
</style>
background-color css
<style>
a { background-color: #84B871; }
a { background-color: rgb(132,184,113); }
div.DivClassName
{
background-color: #84B871;
}
.BgClassName
{
background-color: #84B871;
}
</style>
border-color css
<style>
span { border-color: #84B871; }
span { border-color: rgb(132,184,113); }
td.TdClassName
{
border-color: #84B871;
}
.TagClassName
{
border-color: #84B871;
}
</style>