Shades of Mantis #86BC50
Tints of Mantis #86BC50
RGB
CMYK
RGB Variations
Color information
#86BC50 (or 0x86BC50) is known color: Mantis. HEX triplet: 86, BC and 50. RGB value is (134,188,80). Sum of RGB (Red+Green+Blue) = 134+188+80=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC50 is #7943AF. Grayscale: #9F9F9F. Windows color (decimal): -7947184 or 5291142. OLE color: 5291142.
HSL color Cylindrical-coordinate representation of color #86BC50: hue angle of 90º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86BC50 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 80 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.26 |
| HSL | 90º | 0.45% | 0.53% | - |
| HSV(B) | 90º | 0.57% | 0.74% | - |
| XYZ | 29.26 | 41.61 | 14.08 | - |
| YUV | 159.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 80 | 0.29 | 0 | 0.57 | 0.26 | 90 | 0.45 | 0.53 |
| Hex | 86 | BC | 50 | 1D | 0 | 39 | 1A | 5A | 2D | 35 |
| Octal | 206 | 274 | 120 | 35 | 0 | 71 | 32 | 132 | 55 | 65 |
| Binary | 10000110 | 10111100 | 1010000 | 11101 | 0 | 111001 | 11010 | 1011010 | 101101 | 110101 |
Color Harmonies of #86BC50
Complementary color
Monochromatic Colors of #86BC50
Black with #86BC50
Text Example
Text Example
White with #86BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC50; }
p { color: rgb(134,188,80); }
H1.HeaderClassName
{
color: #86BC50;
}
.AnyTagClassName
{
color: #86BC50;
}
</style>
background-color css
<style>
a { background-color: #86BC50; }
a { background-color: rgb(134,188,80); }
div.DivClassName
{
background-color: #86BC50;
}
.BgClassName
{
background-color: #86BC50;
}
</style>
border-color css
<style>
span { border-color: #86BC50; }
span { border-color: rgb(134,188,80); }
td.TdClassName
{
border-color: #86BC50;
}
.TagClassName
{
border-color: #86BC50;
}
</style>