Shades of Mantis #86DA66
Tints of Mantis #86DA66
RGB
CMYK
RGB Variations
Color information
#86DA66 (or 0x86DA66) is known color: Mantis. HEX triplet: 86, DA and 66. RGB value is (134,218,102). Sum of RGB (Red+Green+Blue) = 134+218+102=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA66 is #792599. Grayscale: #B4B4B4. Windows color (decimal): -7939482 or 6740614. OLE color: 6740614.
HSL color Cylindrical-coordinate representation of color #86DA66: hue angle of 103.45º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86DA66 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 218 | 102 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.15 |
| HSL | 103.45º | 0.61% | 0.63% | - |
| HSV(B) | 103.45º | 0.53% | 0.85% | - |
| XYZ | 37.3 | 56.17 | 21.45 | - |
| YUV | 179.66 | 84.17 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 218 | 102 | 0.39 | 0 | 0.53 | 0.15 | 103.45 | 0.61 | 0.63 |
| Hex | 86 | DA | 66 | 27 | 0 | 35 | F | 67 | 3D | 3F |
| Octal | 206 | 332 | 146 | 47 | 0 | 65 | 17 | 147 | 75 | 77 |
| Binary | 10000110 | 11011010 | 1100110 | 100111 | 0 | 110101 | 1111 | 1100111 | 111101 | 111111 |
Color Harmonies of #86DA66
Complementary color
Monochromatic Colors of #86DA66
Black with #86DA66
Text Example
Text Example
White with #86DA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DA66; }
p { color: rgb(134,218,102); }
H1.HeaderClassName
{
color: #86DA66;
}
.AnyTagClassName
{
color: #86DA66;
}
</style>
background-color css
<style>
a { background-color: #86DA66; }
a { background-color: rgb(134,218,102); }
div.DivClassName
{
background-color: #86DA66;
}
.BgClassName
{
background-color: #86DA66;
}
</style>
border-color css
<style>
span { border-color: #86DA66; }
span { border-color: rgb(134,218,102); }
td.TdClassName
{
border-color: #86DA66;
}
.TagClassName
{
border-color: #86DA66;
}
</style>