Shades of Mantis #84C85F
Tints of Mantis #84C85F
RGB
CMYK
RGB Variations
Color information
#84C85F (or 0x84C85F) is known color: Mantis. HEX triplet: 84, C8 and 5F. RGB value is (132,200,95). Sum of RGB (Red+Green+Blue) = 132+200+95=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #84C85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C85F is #7B37A0. Grayscale: #A8A8A8. Windows color (decimal): -8075169 or 6277252. OLE color: 6277252.
HSL color Cylindrical-coordinate representation of color #84C85F: hue angle of 98.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84C85F is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 95 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.22 |
| HSL | 98.86º | 0.49% | 0.58% | - |
| HSV(B) | 98.86º | 0.53% | 0.78% | - |
| XYZ | 32.24 | 47.04 | 18.21 | - |
| YUV | 167.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 95 | 0.34 | 0 | 0.52 | 0.22 | 98.86 | 0.49 | 0.58 |
| Hex | 84 | C8 | 5F | 22 | 0 | 34 | 16 | 63 | 31 | 3A |
| Octal | 204 | 310 | 137 | 42 | 0 | 64 | 26 | 143 | 61 | 72 |
| Binary | 10000100 | 11001000 | 1011111 | 100010 | 0 | 110100 | 10110 | 1100011 | 110001 | 111010 |
Color Harmonies of #84C85F
Complementary color
Monochromatic Colors of #84C85F
Black with #84C85F
Text Example
Text Example
White with #84C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C85F; }
p { color: rgb(132,200,95); }
H1.HeaderClassName
{
color: #84C85F;
}
.AnyTagClassName
{
color: #84C85F;
}
</style>
background-color css
<style>
a { background-color: #84C85F; }
a { background-color: rgb(132,200,95); }
div.DivClassName
{
background-color: #84C85F;
}
.BgClassName
{
background-color: #84C85F;
}
</style>
border-color css
<style>
span { border-color: #84C85F; }
span { border-color: rgb(132,200,95); }
td.TdClassName
{
border-color: #84C85F;
}
.TagClassName
{
border-color: #84C85F;
}
</style>