Shades of Mantis #84DB47
Tints of Mantis #84DB47
RGB
CMYK
RGB Variations
Color information
#84DB47 (or 0x84DB47) is known color: Mantis. HEX triplet: 84, DB and 47. RGB value is (132,219,71). Sum of RGB (Red+Green+Blue) = 132+219+71=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DB47 is #7B24B8. Grayscale: #B0B0B0. Windows color (decimal): -8070329 or 4709252. OLE color: 4709252.
HSL color Cylindrical-coordinate representation of color #84DB47: hue angle of 95.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84DB47 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 71 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.14 |
| HSL | 95.27º | 0.67% | 0.57% | - |
| HSV(B) | 95.27º | 0.68% | 0.86% | - |
| XYZ | 35.98 | 56.02 | 14.88 | - |
| YUV | 176.12 | 68.68 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 71 | 0.40 | 0 | 0.68 | 0.14 | 95.27 | 0.67 | 0.57 |
| Hex | 84 | DB | 47 | 28 | 0 | 44 | E | 5F | 43 | 39 |
| Octal | 204 | 333 | 107 | 50 | 0 | 104 | 16 | 137 | 103 | 71 |
| Binary | 10000100 | 11011011 | 1000111 | 101000 | 0 | 1000100 | 1110 | 1011111 | 1000011 | 111001 |
Color Harmonies of #84DB47
Complementary color
Monochromatic Colors of #84DB47
Black with #84DB47
Text Example
Text Example
White with #84DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB47; }
p { color: rgb(132,219,71); }
H1.HeaderClassName
{
color: #84DB47;
}
.AnyTagClassName
{
color: #84DB47;
}
</style>
background-color css
<style>
a { background-color: #84DB47; }
a { background-color: rgb(132,219,71); }
div.DivClassName
{
background-color: #84DB47;
}
.BgClassName
{
background-color: #84DB47;
}
</style>
border-color css
<style>
span { border-color: #84DB47; }
span { border-color: rgb(132,219,71); }
td.TdClassName
{
border-color: #84DB47;
}
.TagClassName
{
border-color: #84DB47;
}
</style>