Shades of Mantis #84D85B
Tints of Mantis #84D85B
RGB
CMYK
RGB Variations
Color information
#84D85B (or 0x84D85B) is known color: Mantis. HEX triplet: 84, D8 and 5B. RGB value is (132,216,91). Sum of RGB (Red+Green+Blue) = 132+216+91=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #84D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D85B is #7B27A4. Grayscale: #B1B1B1. Windows color (decimal): -8071077 or 6019204. OLE color: 6019204.
HSL color Cylindrical-coordinate representation of color #84D85B: hue angle of 100.32º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84D85B is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 91 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.15 |
| HSL | 100.32º | 0.62% | 0.6% | - |
| HSV(B) | 100.32º | 0.58% | 0.85% | - |
| XYZ | 35.96 | 54.77 | 18.57 | - |
| YUV | 176.63 | 79.67 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 91 | 0.39 | 0 | 0.58 | 0.15 | 100.32 | 0.62 | 0.6 |
| Hex | 84 | D8 | 5B | 27 | 0 | 3A | F | 64 | 3E | 3C |
| Octal | 204 | 330 | 133 | 47 | 0 | 72 | 17 | 144 | 76 | 74 |
| Binary | 10000100 | 11011000 | 1011011 | 100111 | 0 | 111010 | 1111 | 1100100 | 111110 | 111100 |
Color Harmonies of #84D85B
Complementary color
Monochromatic Colors of #84D85B
Black with #84D85B
Text Example
Text Example
White with #84D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D85B; }
p { color: rgb(132,216,91); }
H1.HeaderClassName
{
color: #84D85B;
}
.AnyTagClassName
{
color: #84D85B;
}
</style>
background-color css
<style>
a { background-color: #84D85B; }
a { background-color: rgb(132,216,91); }
div.DivClassName
{
background-color: #84D85B;
}
.BgClassName
{
background-color: #84D85B;
}
</style>
border-color css
<style>
span { border-color: #84D85B; }
span { border-color: rgb(132,216,91); }
td.TdClassName
{
border-color: #84D85B;
}
.TagClassName
{
border-color: #84D85B;
}
</style>