Shades of Mantis #86C84C
Tints of Mantis #86C84C
RGB
CMYK
RGB Variations
Color information
#86C84C (or 0x86C84C) is known color: Mantis. HEX triplet: 86, C8 and 4C. RGB value is (134,200,76). Sum of RGB (Red+Green+Blue) = 134+200+76=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #86C84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C84C is #7937B3. Grayscale: #A6A6A6. Windows color (decimal): -7944116 or 5032070. OLE color: 5032070.
HSL color Cylindrical-coordinate representation of color #86C84C: hue angle of 91.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86C84C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 200 | 76 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.22 |
| HSL | 91.94º | 0.53% | 0.54% | - |
| HSV(B) | 91.94º | 0.62% | 0.78% | - |
| XYZ | 31.79 | 46.9 | 14.21 | - |
| YUV | 166.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 200 | 76 | 0.33 | 0 | 0.62 | 0.22 | 91.94 | 0.53 | 0.54 |
| Hex | 86 | C8 | 4C | 21 | 0 | 3E | 16 | 5C | 35 | 36 |
| Octal | 206 | 310 | 114 | 41 | 0 | 76 | 26 | 134 | 65 | 66 |
| Binary | 10000110 | 11001000 | 1001100 | 100001 | 0 | 111110 | 10110 | 1011100 | 110101 | 110110 |
Color Harmonies of #86C84C
Complementary color
Monochromatic Colors of #86C84C
Black with #86C84C
Text Example
Text Example
White with #86C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C84C; }
p { color: rgb(134,200,76); }
H1.HeaderClassName
{
color: #86C84C;
}
.AnyTagClassName
{
color: #86C84C;
}
</style>
background-color css
<style>
a { background-color: #86C84C; }
a { background-color: rgb(134,200,76); }
div.DivClassName
{
background-color: #86C84C;
}
.BgClassName
{
background-color: #86C84C;
}
</style>
border-color css
<style>
span { border-color: #86C84C; }
span { border-color: rgb(134,200,76); }
td.TdClassName
{
border-color: #86C84C;
}
.TagClassName
{
border-color: #86C84C;
}
</style>