Shades of Mantis #86DB63
Tints of Mantis #86DB63
RGB
CMYK
RGB Variations
Color information
#86DB63 (or 0x86DB63) is known color: Mantis. HEX triplet: 86, DB and 63. RGB value is (134,219,99). Sum of RGB (Red+Green+Blue) = 134+219+99=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB63 is #79249C. Grayscale: #B4B4B4. Windows color (decimal): -7939229 or 6544262. OLE color: 6544262.
HSL color Cylindrical-coordinate representation of color #86DB63: hue angle of 102.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86DB63 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 99 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.14 |
| HSL | 102.5º | 0.63% | 0.62% | - |
| HSV(B) | 102.5º | 0.55% | 0.86% | - |
| XYZ | 37.42 | 56.63 | 20.76 | - |
| YUV | 179.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 99 | 0.39 | 0 | 0.55 | 0.14 | 102.5 | 0.63 | 0.62 |
| Hex | 86 | DB | 63 | 27 | 0 | 37 | E | 66 | 3E | 3E |
| Octal | 206 | 333 | 143 | 47 | 0 | 67 | 16 | 146 | 76 | 76 |
| Binary | 10000110 | 11011011 | 1100011 | 100111 | 0 | 110111 | 1110 | 1100110 | 111110 | 111110 |
Color Harmonies of #86DB63
Complementary color
Monochromatic Colors of #86DB63
Black with #86DB63
Text Example
Text Example
White with #86DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB63; }
p { color: rgb(134,219,99); }
H1.HeaderClassName
{
color: #86DB63;
}
.AnyTagClassName
{
color: #86DB63;
}
</style>
background-color css
<style>
a { background-color: #86DB63; }
a { background-color: rgb(134,219,99); }
div.DivClassName
{
background-color: #86DB63;
}
.BgClassName
{
background-color: #86DB63;
}
</style>
border-color css
<style>
span { border-color: #86DB63; }
span { border-color: rgb(134,219,99); }
td.TdClassName
{
border-color: #86DB63;
}
.TagClassName
{
border-color: #86DB63;
}
</style>