Shades of Mantis #86C549
Tints of Mantis #86C549
RGB
CMYK
RGB Variations
Color information
#86C549 (or 0x86C549) is known color: Mantis. HEX triplet: 86, C5 and 49. RGB value is (134,197,73). Sum of RGB (Red+Green+Blue) = 134+197+73=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #86C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C549 is #793AB6. Grayscale: #A4A4A4. Windows color (decimal): -7944887 or 4834694. OLE color: 4834694.
HSL color Cylindrical-coordinate representation of color #86C549: hue angle of 90.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86C549 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 73 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.23 |
| HSL | 90.48º | 0.52% | 0.53% | - |
| HSV(B) | 90.48º | 0.63% | 0.77% | - |
| XYZ | 31 | 45.48 | 13.45 | - |
| YUV | 164.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 73 | 0.32 | 0 | 0.63 | 0.23 | 90.48 | 0.52 | 0.53 |
| Hex | 86 | C5 | 49 | 20 | 0 | 3F | 17 | 5A | 34 | 35 |
| Octal | 206 | 305 | 111 | 40 | 0 | 77 | 27 | 132 | 64 | 65 |
| Binary | 10000110 | 11000101 | 1001001 | 100000 | 0 | 111111 | 10111 | 1011010 | 110100 | 110101 |
Color Harmonies of #86C549
Complementary color
Monochromatic Colors of #86C549
Black with #86C549
Text Example
Text Example
White with #86C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C549; }
p { color: rgb(134,197,73); }
H1.HeaderClassName
{
color: #86C549;
}
.AnyTagClassName
{
color: #86C549;
}
</style>
background-color css
<style>
a { background-color: #86C549; }
a { background-color: rgb(134,197,73); }
div.DivClassName
{
background-color: #86C549;
}
.BgClassName
{
background-color: #86C549;
}
</style>
border-color css
<style>
span { border-color: #86C549; }
span { border-color: rgb(134,197,73); }
td.TdClassName
{
border-color: #86C549;
}
.TagClassName
{
border-color: #86C549;
}
</style>