Shades of Mantis #86BD54
Tints of Mantis #86BD54
RGB
CMYK
RGB Variations
Color information
#86BD54 (or 0x86BD54) is known color: Mantis. HEX triplet: 86, BD and 54. RGB value is (134,189,84). Sum of RGB (Red+Green+Blue) = 134+189+84=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD54 is #7942AB. Grayscale: #A0A0A0. Windows color (decimal): -7946924 or 5553542. OLE color: 5553542.
HSL color Cylindrical-coordinate representation of color #86BD54: hue angle of 91.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86BD54 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 84 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.26 |
| HSL | 91.43º | 0.44% | 0.54% | - |
| HSV(B) | 91.43º | 0.56% | 0.74% | - |
| XYZ | 29.63 | 42.1 | 14.95 | - |
| YUV | 160.59 | 84.78 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 84 | 0.29 | 0 | 0.56 | 0.26 | 91.43 | 0.44 | 0.54 |
| Hex | 86 | BD | 54 | 1D | 0 | 38 | 1A | 5B | 2C | 36 |
| Octal | 206 | 275 | 124 | 35 | 0 | 70 | 32 | 133 | 54 | 66 |
| Binary | 10000110 | 10111101 | 1010100 | 11101 | 0 | 111000 | 11010 | 1011011 | 101100 | 110110 |
Color Harmonies of #86BD54
Complementary color
Monochromatic Colors of #86BD54
Black with #86BD54
Text Example
Text Example
White with #86BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD54; }
p { color: rgb(134,189,84); }
H1.HeaderClassName
{
color: #86BD54;
}
.AnyTagClassName
{
color: #86BD54;
}
</style>
background-color css
<style>
a { background-color: #86BD54; }
a { background-color: rgb(134,189,84); }
div.DivClassName
{
background-color: #86BD54;
}
.BgClassName
{
background-color: #86BD54;
}
</style>
border-color css
<style>
span { border-color: #86BD54; }
span { border-color: rgb(134,189,84); }
td.TdClassName
{
border-color: #86BD54;
}
.TagClassName
{
border-color: #86BD54;
}
</style>