Shades of Mantis #86BE6D
Tints of Mantis #86BE6D
RGB
CMYK
RGB Variations
Color information
#86BE6D (or 0x86BE6D) is known color: Mantis. HEX triplet: 86, BE and 6D. RGB value is (134,190,109). Sum of RGB (Red+Green+Blue) = 134+190+109=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE6D is #794192. Grayscale: #A4A4A4. Windows color (decimal): -7946643 or 7192198. OLE color: 7192198.
HSL color Cylindrical-coordinate representation of color #86BE6D: hue angle of 101.48º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BE6D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 109 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.25 |
| HSL | 101.48º | 0.38% | 0.59% | - |
| HSV(B) | 101.48º | 0.43% | 0.75% | - |
| XYZ | 31.01 | 43 | 21.13 | - |
| YUV | 164.02 | 96.95 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 109 | 0.29 | 0 | 0.43 | 0.25 | 101.48 | 0.38 | 0.59 |
| Hex | 86 | BE | 6D | 1D | 0 | 2B | 19 | 65 | 26 | 3B |
| Octal | 206 | 276 | 155 | 35 | 0 | 53 | 31 | 145 | 46 | 73 |
| Binary | 10000110 | 10111110 | 1101101 | 11101 | 0 | 101011 | 11001 | 1100101 | 100110 | 111011 |
Color Harmonies of #86BE6D
Complementary color
Monochromatic Colors of #86BE6D
Black with #86BE6D
Text Example
Text Example
White with #86BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BE6D; }
p { color: rgb(134,190,109); }
H1.HeaderClassName
{
color: #86BE6D;
}
.AnyTagClassName
{
color: #86BE6D;
}
</style>
background-color css
<style>
a { background-color: #86BE6D; }
a { background-color: rgb(134,190,109); }
div.DivClassName
{
background-color: #86BE6D;
}
.BgClassName
{
background-color: #86BE6D;
}
</style>
border-color css
<style>
span { border-color: #86BE6D; }
span { border-color: rgb(134,190,109); }
td.TdClassName
{
border-color: #86BE6D;
}
.TagClassName
{
border-color: #86BE6D;
}
</style>