Shades of Mantis #86D06C
Tints of Mantis #86D06C
RGB
CMYK
RGB Variations
Color information
#86D06C (or 0x86D06C) is known color: Mantis. HEX triplet: 86, D0 and 6C. RGB value is (134,208,108). Sum of RGB (Red+Green+Blue) = 134+208+108=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #86D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D06C is #792F93. Grayscale: #AEAEAE. Windows color (decimal): -7942036 or 7131270. OLE color: 7131270.
HSL color Cylindrical-coordinate representation of color #86D06C: hue angle of 104.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86D06C is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 108 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.18 |
| HSL | 104.4º | 0.52% | 0.62% | - |
| HSV(B) | 104.4º | 0.48% | 0.82% | - |
| XYZ | 35.09 | 51.26 | 22.23 | - |
| YUV | 174.47 | 90.48 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 108 | 0.36 | 0 | 0.48 | 0.18 | 104.4 | 0.52 | 0.62 |
| Hex | 86 | D0 | 6C | 24 | 0 | 30 | 12 | 68 | 34 | 3E |
| Octal | 206 | 320 | 154 | 44 | 0 | 60 | 22 | 150 | 64 | 76 |
| Binary | 10000110 | 11010000 | 1101100 | 100100 | 0 | 110000 | 10010 | 1101000 | 110100 | 111110 |
Color Harmonies of #86D06C
Complementary color
Monochromatic Colors of #86D06C
Black with #86D06C
Text Example
Text Example
White with #86D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D06C; }
p { color: rgb(134,208,108); }
H1.HeaderClassName
{
color: #86D06C;
}
.AnyTagClassName
{
color: #86D06C;
}
</style>
background-color css
<style>
a { background-color: #86D06C; }
a { background-color: rgb(134,208,108); }
div.DivClassName
{
background-color: #86D06C;
}
.BgClassName
{
background-color: #86D06C;
}
</style>
border-color css
<style>
span { border-color: #86D06C; }
span { border-color: rgb(134,208,108); }
td.TdClassName
{
border-color: #86D06C;
}
.TagClassName
{
border-color: #86D06C;
}
</style>