Shades of Mantis #84BC47
Tints of Mantis #84BC47
RGB
CMYK
RGB Variations
Color information
#84BC47 (or 0x84BC47) is known color: Mantis. HEX triplet: 84, BC and 47. RGB value is (132,188,71). Sum of RGB (Red+Green+Blue) = 132+188+71=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC47 is #7B43B8. Grayscale: #9E9E9E. Windows color (decimal): -8078265 or 4701316. OLE color: 4701316.
HSL color Cylindrical-coordinate representation of color #84BC47: hue angle of 88.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84BC47 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 71 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.26 |
| HSL | 88.72º | 0.47% | 0.51% | - |
| HSV(B) | 88.72º | 0.62% | 0.74% | - |
| XYZ | 28.64 | 41.33 | 12.43 | - |
| YUV | 157.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 71 | 0.30 | 0 | 0.62 | 0.26 | 88.72 | 0.47 | 0.51 |
| Hex | 84 | BC | 47 | 1E | 0 | 3E | 1A | 59 | 2F | 33 |
| Octal | 204 | 274 | 107 | 36 | 0 | 76 | 32 | 131 | 57 | 63 |
| Binary | 10000100 | 10111100 | 1000111 | 11110 | 0 | 111110 | 11010 | 1011001 | 101111 | 110011 |
Color Harmonies of #84BC47
Complementary color
Monochromatic Colors of #84BC47
Black with #84BC47
Text Example
Text Example
White with #84BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC47; }
p { color: rgb(132,188,71); }
H1.HeaderClassName
{
color: #84BC47;
}
.AnyTagClassName
{
color: #84BC47;
}
</style>
background-color css
<style>
a { background-color: #84BC47; }
a { background-color: rgb(132,188,71); }
div.DivClassName
{
background-color: #84BC47;
}
.BgClassName
{
background-color: #84BC47;
}
</style>
border-color css
<style>
span { border-color: #84BC47; }
span { border-color: rgb(132,188,71); }
td.TdClassName
{
border-color: #84BC47;
}
.TagClassName
{
border-color: #84BC47;
}
</style>