Shades of Mantis #86DA63
Tints of Mantis #86DA63
RGB
CMYK
RGB Variations
Color information
#86DA63 (or 0x86DA63) is known color: Mantis. HEX triplet: 86, DA and 63. RGB value is (134,218,99). Sum of RGB (Red+Green+Blue) = 134+218+99=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA63 is #79259C. Grayscale: #B3B3B3. Windows color (decimal): -7939485 or 6544006. OLE color: 6544006.
HSL color Cylindrical-coordinate representation of color #86DA63: hue angle of 102.35º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86DA63 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 218 | 99 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.15 |
| HSL | 102.35º | 0.62% | 0.62% | - |
| HSV(B) | 102.35º | 0.55% | 0.85% | - |
| XYZ | 37.16 | 56.11 | 20.68 | - |
| YUV | 179.32 | 82.67 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 218 | 99 | 0.39 | 0 | 0.55 | 0.15 | 102.35 | 0.62 | 0.62 |
| Hex | 86 | DA | 63 | 27 | 0 | 37 | F | 66 | 3E | 3E |
| Octal | 206 | 332 | 143 | 47 | 0 | 67 | 17 | 146 | 76 | 76 |
| Binary | 10000110 | 11011010 | 1100011 | 100111 | 0 | 110111 | 1111 | 1100110 | 111110 | 111110 |
Color Harmonies of #86DA63
Complementary color
Monochromatic Colors of #86DA63
Black with #86DA63
Text Example
Text Example
White with #86DA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DA63; }
p { color: rgb(134,218,99); }
H1.HeaderClassName
{
color: #86DA63;
}
.AnyTagClassName
{
color: #86DA63;
}
</style>
background-color css
<style>
a { background-color: #86DA63; }
a { background-color: rgb(134,218,99); }
div.DivClassName
{
background-color: #86DA63;
}
.BgClassName
{
background-color: #86DA63;
}
</style>
border-color css
<style>
span { border-color: #86DA63; }
span { border-color: rgb(134,218,99); }
td.TdClassName
{
border-color: #86DA63;
}
.TagClassName
{
border-color: #86DA63;
}
</style>