Shades of Mantis #86C85F
Tints of Mantis #86C85F
RGB
CMYK
RGB Variations
Color information
#86C85F (or 0x86C85F) is known color: Mantis. HEX triplet: 86, C8 and 5F. RGB value is (134,200,95). Sum of RGB (Red+Green+Blue) = 134+200+95=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #86C85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C85F is #7937A0. Grayscale: #A8A8A8. Windows color (decimal): -7944097 or 6277254. OLE color: 6277254.
HSL color Cylindrical-coordinate representation of color #86C85F: hue angle of 97.71º 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 #86C85F is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 200 | 95 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.22 |
| HSL | 97.71º | 0.49% | 0.58% | - |
| HSV(B) | 97.71º | 0.53% | 0.78% | - |
| XYZ | 32.55 | 47.2 | 18.22 | - |
| YUV | 168.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 200 | 95 | 0.33 | 0 | 0.52 | 0.22 | 97.71 | 0.49 | 0.58 |
| Hex | 86 | C8 | 5F | 21 | 0 | 34 | 16 | 62 | 31 | 3A |
| Octal | 206 | 310 | 137 | 41 | 0 | 64 | 26 | 142 | 61 | 72 |
| Binary | 10000110 | 11001000 | 1011111 | 100001 | 0 | 110100 | 10110 | 1100010 | 110001 | 111010 |
Color Harmonies of #86C85F
Complementary color
Monochromatic Colors of #86C85F
Black with #86C85F
Text Example
Text Example
White with #86C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C85F; }
p { color: rgb(134,200,95); }
H1.HeaderClassName
{
color: #86C85F;
}
.AnyTagClassName
{
color: #86C85F;
}
</style>
background-color css
<style>
a { background-color: #86C85F; }
a { background-color: rgb(134,200,95); }
div.DivClassName
{
background-color: #86C85F;
}
.BgClassName
{
background-color: #86C85F;
}
</style>
border-color css
<style>
span { border-color: #86C85F; }
span { border-color: rgb(134,200,95); }
td.TdClassName
{
border-color: #86C85F;
}
.TagClassName
{
border-color: #86C85F;
}
</style>