Shades of Mantis #86BF55
Tints of Mantis #86BF55
RGB
CMYK
RGB Variations
Color information
#86BF55 (or 0x86BF55) is known color: Mantis. HEX triplet: 86, BF and 55. RGB value is (134,191,85). Sum of RGB (Red+Green+Blue) = 134+191+85=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF55 is #7940AA. Grayscale: #A2A2A2. Windows color (decimal): -7946411 or 5619590. OLE color: 5619590.
HSL color Cylindrical-coordinate representation of color #86BF55: hue angle of 92.26º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86BF55 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 85 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.25 |
| HSL | 92.26º | 0.45% | 0.54% | - |
| HSV(B) | 92.26º | 0.55% | 0.75% | - |
| XYZ | 30.1 | 42.99 | 15.3 | - |
| YUV | 161.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 85 | 0.30 | 0 | 0.55 | 0.25 | 92.26 | 0.45 | 0.54 |
| Hex | 86 | BF | 55 | 1E | 0 | 37 | 19 | 5C | 2D | 36 |
| Octal | 206 | 277 | 125 | 36 | 0 | 67 | 31 | 134 | 55 | 66 |
| Binary | 10000110 | 10111111 | 1010101 | 11110 | 0 | 110111 | 11001 | 1011100 | 101101 | 110110 |
Color Harmonies of #86BF55
Complementary color
Monochromatic Colors of #86BF55
Black with #86BF55
Text Example
Text Example
White with #86BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF55; }
p { color: rgb(134,191,85); }
H1.HeaderClassName
{
color: #86BF55;
}
.AnyTagClassName
{
color: #86BF55;
}
</style>
background-color css
<style>
a { background-color: #86BF55; }
a { background-color: rgb(134,191,85); }
div.DivClassName
{
background-color: #86BF55;
}
.BgClassName
{
background-color: #86BF55;
}
</style>
border-color css
<style>
span { border-color: #86BF55; }
span { border-color: rgb(134,191,85); }
td.TdClassName
{
border-color: #86BF55;
}
.TagClassName
{
border-color: #86BF55;
}
</style>