Shades of Mantis #86BB55
Tints of Mantis #86BB55
RGB
CMYK
RGB Variations
Color information
#86BB55 (or 0x86BB55) is known color: Mantis. HEX triplet: 86, BB and 55. RGB value is (134,187,85). Sum of RGB (Red+Green+Blue) = 134+187+85=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB55 is #7944AA. Grayscale: #9F9F9F. Windows color (decimal): -7947435 or 5618566. OLE color: 5618566.
HSL color Cylindrical-coordinate representation of color #86BB55: hue angle of 91.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86BB55 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 85 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.27 |
| HSL | 91.18º | 0.43% | 0.53% | - |
| HSV(B) | 91.18º | 0.55% | 0.73% | - |
| XYZ | 29.24 | 41.26 | 15.02 | - |
| YUV | 159.53 | 85.94 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 85 | 0.28 | 0 | 0.55 | 0.27 | 91.18 | 0.43 | 0.53 |
| Hex | 86 | BB | 55 | 1C | 0 | 37 | 1B | 5B | 2B | 35 |
| Octal | 206 | 273 | 125 | 34 | 0 | 67 | 33 | 133 | 53 | 65 |
| Binary | 10000110 | 10111011 | 1010101 | 11100 | 0 | 110111 | 11011 | 1011011 | 101011 | 110101 |
Color Harmonies of #86BB55
Complementary color
Monochromatic Colors of #86BB55
Black with #86BB55
Text Example
Text Example
White with #86BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB55; }
p { color: rgb(134,187,85); }
H1.HeaderClassName
{
color: #86BB55;
}
.AnyTagClassName
{
color: #86BB55;
}
</style>
background-color css
<style>
a { background-color: #86BB55; }
a { background-color: rgb(134,187,85); }
div.DivClassName
{
background-color: #86BB55;
}
.BgClassName
{
background-color: #86BB55;
}
</style>
border-color css
<style>
span { border-color: #86BB55; }
span { border-color: rgb(134,187,85); }
td.TdClassName
{
border-color: #86BB55;
}
.TagClassName
{
border-color: #86BB55;
}
</style>