Shades of Mantis #84CC47
Tints of Mantis #84CC47
RGB
CMYK
RGB Variations
Color information
#84CC47 (or 0x84CC47) is known color: Mantis. HEX triplet: 84, CC and 47. RGB value is (132,204,71). Sum of RGB (Red+Green+Blue) = 132+204+71=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CC47 is #7B33B8. Grayscale: #A7A7A7. Windows color (decimal): -8074169 or 4705412. OLE color: 4705412.
HSL color Cylindrical-coordinate representation of color #84CC47: hue angle of 92.48º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84CC47 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 71 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.2 |
| HSL | 92.48º | 0.57% | 0.54% | - |
| HSV(B) | 92.48º | 0.65% | 0.8% | - |
| XYZ | 32.25 | 48.55 | 13.63 | - |
| YUV | 167.31 | 73.65 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 71 | 0.35 | 0 | 0.65 | 0.2 | 92.48 | 0.57 | 0.54 |
| Hex | 84 | CC | 47 | 23 | 0 | 41 | 14 | 5C | 39 | 36 |
| Octal | 204 | 314 | 107 | 43 | 0 | 101 | 24 | 134 | 71 | 66 |
| Binary | 10000100 | 11001100 | 1000111 | 100011 | 0 | 1000001 | 10100 | 1011100 | 111001 | 110110 |
Color Harmonies of #84CC47
Complementary color
Monochromatic Colors of #84CC47
Black with #84CC47
Text Example
Text Example
White with #84CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CC47; }
p { color: rgb(132,204,71); }
H1.HeaderClassName
{
color: #84CC47;
}
.AnyTagClassName
{
color: #84CC47;
}
</style>
background-color css
<style>
a { background-color: #84CC47; }
a { background-color: rgb(132,204,71); }
div.DivClassName
{
background-color: #84CC47;
}
.BgClassName
{
background-color: #84CC47;
}
</style>
border-color css
<style>
span { border-color: #84CC47; }
span { border-color: rgb(132,204,71); }
td.TdClassName
{
border-color: #84CC47;
}
.TagClassName
{
border-color: #84CC47;
}
</style>