Shades of Mantis #86C05D
Tints of Mantis #86C05D
RGB
CMYK
RGB Variations
Color information
#86C05D (or 0x86C05D) is known color: Mantis. HEX triplet: 86, C0 and 5D. RGB value is (134,192,93). Sum of RGB (Red+Green+Blue) = 134+192+93=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #86C05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C05D is #793FA2. Grayscale: #A3A3A3. Windows color (decimal): -7946147 or 6144134. OLE color: 6144134.
HSL color Cylindrical-coordinate representation of color #86C05D: hue angle of 95.15º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86C05D is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 93 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.25 |
| HSL | 95.15º | 0.44% | 0.56% | - |
| HSV(B) | 95.15º | 0.52% | 0.75% | - |
| XYZ | 30.66 | 43.56 | 17.15 | - |
| YUV | 163.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 93 | 0.30 | 0 | 0.52 | 0.25 | 95.15 | 0.44 | 0.56 |
| Hex | 86 | C0 | 5D | 1E | 0 | 34 | 19 | 5F | 2C | 38 |
| Octal | 206 | 300 | 135 | 36 | 0 | 64 | 31 | 137 | 54 | 70 |
| Binary | 10000110 | 11000000 | 1011101 | 11110 | 0 | 110100 | 11001 | 1011111 | 101100 | 111000 |
Color Harmonies of #86C05D
Complementary color
Monochromatic Colors of #86C05D
Black with #86C05D
Text Example
Text Example
White with #86C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C05D; }
p { color: rgb(134,192,93); }
H1.HeaderClassName
{
color: #86C05D;
}
.AnyTagClassName
{
color: #86C05D;
}
</style>
background-color css
<style>
a { background-color: #86C05D; }
a { background-color: rgb(134,192,93); }
div.DivClassName
{
background-color: #86C05D;
}
.BgClassName
{
background-color: #86C05D;
}
</style>
border-color css
<style>
span { border-color: #86C05D; }
span { border-color: rgb(134,192,93); }
td.TdClassName
{
border-color: #86C05D;
}
.TagClassName
{
border-color: #86C05D;
}
</style>