Shades of Mantis #86C050
Tints of Mantis #86C050
RGB
CMYK
RGB Variations
Color information
#86C050 (or 0x86C050) is known color: Mantis. HEX triplet: 86, C0 and 50. RGB value is (134,192,80). Sum of RGB (Red+Green+Blue) = 134+192+80=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #86C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C050 is #793FAF. Grayscale: #A2A2A2. Windows color (decimal): -7946160 or 5292166. OLE color: 5292166.
HSL color Cylindrical-coordinate representation of color #86C050: hue angle of 91.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86C050 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 80 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.25 |
| HSL | 91.07º | 0.47% | 0.53% | - |
| HSV(B) | 91.07º | 0.58% | 0.75% | - |
| XYZ | 30.13 | 43.35 | 14.37 | - |
| YUV | 161.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 80 | 0.30 | 0 | 0.58 | 0.25 | 91.07 | 0.47 | 0.53 |
| Hex | 86 | C0 | 50 | 1E | 0 | 3A | 19 | 5B | 2F | 35 |
| Octal | 206 | 300 | 120 | 36 | 0 | 72 | 31 | 133 | 57 | 65 |
| Binary | 10000110 | 11000000 | 1010000 | 11110 | 0 | 111010 | 11001 | 1011011 | 101111 | 110101 |
Color Harmonies of #86C050
Complementary color
Monochromatic Colors of #86C050
Black with #86C050
Text Example
Text Example
White with #86C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C050; }
p { color: rgb(134,192,80); }
H1.HeaderClassName
{
color: #86C050;
}
.AnyTagClassName
{
color: #86C050;
}
</style>
background-color css
<style>
a { background-color: #86C050; }
a { background-color: rgb(134,192,80); }
div.DivClassName
{
background-color: #86C050;
}
.BgClassName
{
background-color: #86C050;
}
</style>
border-color css
<style>
span { border-color: #86C050; }
span { border-color: rgb(134,192,80); }
td.TdClassName
{
border-color: #86C050;
}
.TagClassName
{
border-color: #86C050;
}
</style>