Shades of Mantis #86C949
Tints of Mantis #86C949
RGB
CMYK
RGB Variations
Color information
#86C949 (or 0x86C949) is known color: Mantis. HEX triplet: 86, C9 and 49. RGB value is (134,201,73). Sum of RGB (Red+Green+Blue) = 134+201+73=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #86C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C949 is #7936B6. Grayscale: #A6A6A6. Windows color (decimal): -7943863 or 4835718. OLE color: 4835718.
HSL color Cylindrical-coordinate representation of color #86C949: hue angle of 91.41º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86C949 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 73 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.21 |
| HSL | 91.41º | 0.54% | 0.54% | - |
| HSV(B) | 91.41º | 0.64% | 0.79% | - |
| XYZ | 31.92 | 47.32 | 13.76 | - |
| YUV | 166.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 73 | 0.33 | 0 | 0.64 | 0.21 | 91.41 | 0.54 | 0.54 |
| Hex | 86 | C9 | 49 | 21 | 0 | 40 | 15 | 5B | 36 | 36 |
| Octal | 206 | 311 | 111 | 41 | 0 | 100 | 25 | 133 | 66 | 66 |
| Binary | 10000110 | 11001001 | 1001001 | 100001 | 0 | 1000000 | 10101 | 1011011 | 110110 | 110110 |
Color Harmonies of #86C949
Complementary color
Monochromatic Colors of #86C949
Black with #86C949
Text Example
Text Example
White with #86C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C949; }
p { color: rgb(134,201,73); }
H1.HeaderClassName
{
color: #86C949;
}
.AnyTagClassName
{
color: #86C949;
}
</style>
background-color css
<style>
a { background-color: #86C949; }
a { background-color: rgb(134,201,73); }
div.DivClassName
{
background-color: #86C949;
}
.BgClassName
{
background-color: #86C949;
}
</style>
border-color css
<style>
span { border-color: #86C949; }
span { border-color: rgb(134,201,73); }
td.TdClassName
{
border-color: #86C949;
}
.TagClassName
{
border-color: #86C949;
}
</style>