Shades of Mantis #86D06F
Tints of Mantis #86D06F
RGB
CMYK
RGB Variations
Color information
#86D06F (or 0x86D06F) is known color: Mantis. HEX triplet: 86, D0 and 6F. RGB value is (134,208,111). Sum of RGB (Red+Green+Blue) = 134+208+111=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #86D06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D06F is #792F90. Grayscale: #AFAFAF. Windows color (decimal): -7942033 or 7327878. OLE color: 7327878.
HSL color Cylindrical-coordinate representation of color #86D06F: hue angle of 105.77º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86D06F is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 111 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.18 |
| HSL | 105.77º | 0.51% | 0.63% | - |
| HSV(B) | 105.77º | 0.47% | 0.82% | - |
| XYZ | 35.26 | 51.33 | 23.09 | - |
| YUV | 174.82 | 91.98 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 111 | 0.36 | 0 | 0.47 | 0.18 | 105.77 | 0.51 | 0.63 |
| Hex | 86 | D0 | 6F | 24 | 0 | 2F | 12 | 6A | 33 | 3F |
| Octal | 206 | 320 | 157 | 44 | 0 | 57 | 22 | 152 | 63 | 77 |
| Binary | 10000110 | 11010000 | 1101111 | 100100 | 0 | 101111 | 10010 | 1101010 | 110011 | 111111 |
Color Harmonies of #86D06F
Complementary color
Monochromatic Colors of #86D06F
Black with #86D06F
Text Example
Text Example
White with #86D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D06F; }
p { color: rgb(134,208,111); }
H1.HeaderClassName
{
color: #86D06F;
}
.AnyTagClassName
{
color: #86D06F;
}
</style>
background-color css
<style>
a { background-color: #86D06F; }
a { background-color: rgb(134,208,111); }
div.DivClassName
{
background-color: #86D06F;
}
.BgClassName
{
background-color: #86D06F;
}
</style>
border-color css
<style>
span { border-color: #86D06F; }
span { border-color: rgb(134,208,111); }
td.TdClassName
{
border-color: #86D06F;
}
.TagClassName
{
border-color: #86D06F;
}
</style>