Shades of Mantis #86C153
Tints of Mantis #86C153
RGB
CMYK
RGB Variations
Color information
#86C153 (or 0x86C153) is known color: Mantis. HEX triplet: 86, C1 and 53. RGB value is (134,193,83). Sum of RGB (Red+Green+Blue) = 134+193+83=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #86C153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C153 is #793EAC. Grayscale: #A3A3A3. Windows color (decimal): -7945901 or 5489030. OLE color: 5489030.
HSL color Cylindrical-coordinate representation of color #86C153: hue angle of 92.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86C153 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 83 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.24 |
| HSL | 92.18º | 0.47% | 0.54% | - |
| HSV(B) | 92.18º | 0.57% | 0.76% | - |
| XYZ | 30.46 | 43.83 | 15.04 | - |
| YUV | 162.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 83 | 0.31 | 0 | 0.57 | 0.24 | 92.18 | 0.47 | 0.54 |
| Hex | 86 | C1 | 53 | 1F | 0 | 39 | 18 | 5C | 2F | 36 |
| Octal | 206 | 301 | 123 | 37 | 0 | 71 | 30 | 134 | 57 | 66 |
| Binary | 10000110 | 11000001 | 1010011 | 11111 | 0 | 111001 | 11000 | 1011100 | 101111 | 110110 |
Color Harmonies of #86C153
Complementary color
Monochromatic Colors of #86C153
Black with #86C153
Text Example
Text Example
White with #86C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C153; }
p { color: rgb(134,193,83); }
H1.HeaderClassName
{
color: #86C153;
}
.AnyTagClassName
{
color: #86C153;
}
</style>
background-color css
<style>
a { background-color: #86C153; }
a { background-color: rgb(134,193,83); }
div.DivClassName
{
background-color: #86C153;
}
.BgClassName
{
background-color: #86C153;
}
</style>
border-color css
<style>
span { border-color: #86C153; }
span { border-color: rgb(134,193,83); }
td.TdClassName
{
border-color: #86C153;
}
.TagClassName
{
border-color: #86C153;
}
</style>