Shades of Mantis #86BD4D
Tints of Mantis #86BD4D
RGB
CMYK
RGB Variations
Color information
#86BD4D (or 0x86BD4D) is known color: Mantis. HEX triplet: 86, BD and 4D. RGB value is (134,189,77). Sum of RGB (Red+Green+Blue) = 134+189+77=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD4D is #7942B2. Grayscale: #A0A0A0. Windows color (decimal): -7946931 or 5094790. OLE color: 5094790.
HSL color Cylindrical-coordinate representation of color #86BD4D: hue angle of 89.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86BD4D is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 77 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.26 |
| HSL | 89.46º | 0.46% | 0.52% | - |
| HSV(B) | 89.46º | 0.59% | 0.74% | - |
| XYZ | 29.37 | 42 | 13.58 | - |
| YUV | 159.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 77 | 0.29 | 0 | 0.59 | 0.26 | 89.46 | 0.46 | 0.52 |
| Hex | 86 | BD | 4D | 1D | 0 | 3B | 1A | 59 | 2E | 34 |
| Octal | 206 | 275 | 115 | 35 | 0 | 73 | 32 | 131 | 56 | 64 |
| Binary | 10000110 | 10111101 | 1001101 | 11101 | 0 | 111011 | 11010 | 1011001 | 101110 | 110100 |
Color Harmonies of #86BD4D
Complementary color
Monochromatic Colors of #86BD4D
Black with #86BD4D
Text Example
Text Example
White with #86BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD4D; }
p { color: rgb(134,189,77); }
H1.HeaderClassName
{
color: #86BD4D;
}
.AnyTagClassName
{
color: #86BD4D;
}
</style>
background-color css
<style>
a { background-color: #86BD4D; }
a { background-color: rgb(134,189,77); }
div.DivClassName
{
background-color: #86BD4D;
}
.BgClassName
{
background-color: #86BD4D;
}
</style>
border-color css
<style>
span { border-color: #86BD4D; }
span { border-color: rgb(134,189,77); }
td.TdClassName
{
border-color: #86BD4D;
}
.TagClassName
{
border-color: #86BD4D;
}
</style>