Shades of Mantis #86BD50
Tints of Mantis #86BD50
RGB
CMYK
RGB Variations
Color information
#86BD50 (or 0x86BD50) is known color: Mantis. HEX triplet: 86, BD and 50. RGB value is (134,189,80). Sum of RGB (Red+Green+Blue) = 134+189+80=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD50 is #7942AF. Grayscale: #A0A0A0. Windows color (decimal): -7946928 or 5291398. OLE color: 5291398.
HSL color Cylindrical-coordinate representation of color #86BD50: hue angle of 90.28º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86BD50 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 80 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.26 |
| HSL | 90.28º | 0.45% | 0.53% | - |
| HSV(B) | 90.28º | 0.58% | 0.74% | - |
| XYZ | 29.48 | 42.04 | 14.15 | - |
| YUV | 160.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 80 | 0.29 | 0 | 0.58 | 0.26 | 90.28 | 0.45 | 0.53 |
| Hex | 86 | BD | 50 | 1D | 0 | 3A | 1A | 5A | 2D | 35 |
| Octal | 206 | 275 | 120 | 35 | 0 | 72 | 32 | 132 | 55 | 65 |
| Binary | 10000110 | 10111101 | 1010000 | 11101 | 0 | 111010 | 11010 | 1011010 | 101101 | 110101 |
Color Harmonies of #86BD50
Complementary color
Monochromatic Colors of #86BD50
Black with #86BD50
Text Example
Text Example
White with #86BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD50; }
p { color: rgb(134,189,80); }
H1.HeaderClassName
{
color: #86BD50;
}
.AnyTagClassName
{
color: #86BD50;
}
</style>
background-color css
<style>
a { background-color: #86BD50; }
a { background-color: rgb(134,189,80); }
div.DivClassName
{
background-color: #86BD50;
}
.BgClassName
{
background-color: #86BD50;
}
</style>
border-color css
<style>
span { border-color: #86BD50; }
span { border-color: rgb(134,189,80); }
td.TdClassName
{
border-color: #86BD50;
}
.TagClassName
{
border-color: #86BD50;
}
</style>