Shades of Mantis #86DB5D
Tints of Mantis #86DB5D
RGB
CMYK
RGB Variations
Color information
#86DB5D (or 0x86DB5D) is known color: Mantis. HEX triplet: 86, DB and 5D. RGB value is (134,219,93). Sum of RGB (Red+Green+Blue) = 134+219+93=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB5D is #7924A2. Grayscale: #B3B3B3. Windows color (decimal): -7939235 or 6151046. OLE color: 6151046.
HSL color Cylindrical-coordinate representation of color #86DB5D: hue angle of 100.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86DB5D is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 93 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.14 |
| HSL | 100.48º | 0.64% | 0.61% | - |
| HSV(B) | 100.48º | 0.58% | 0.86% | - |
| XYZ | 37.14 | 56.52 | 19.31 | - |
| YUV | 179.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 93 | 0.39 | 0 | 0.58 | 0.14 | 100.48 | 0.64 | 0.61 |
| Hex | 86 | DB | 5D | 27 | 0 | 3A | E | 64 | 40 | 3D |
| Octal | 206 | 333 | 135 | 47 | 0 | 72 | 16 | 144 | 100 | 75 |
| Binary | 10000110 | 11011011 | 1011101 | 100111 | 0 | 111010 | 1110 | 1100100 | 1000000 | 111101 |
Color Harmonies of #86DB5D
Complementary color
Monochromatic Colors of #86DB5D
Black with #86DB5D
Text Example
Text Example
White with #86DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB5D; }
p { color: rgb(134,219,93); }
H1.HeaderClassName
{
color: #86DB5D;
}
.AnyTagClassName
{
color: #86DB5D;
}
</style>
background-color css
<style>
a { background-color: #86DB5D; }
a { background-color: rgb(134,219,93); }
div.DivClassName
{
background-color: #86DB5D;
}
.BgClassName
{
background-color: #86DB5D;
}
</style>
border-color css
<style>
span { border-color: #86DB5D; }
span { border-color: rgb(134,219,93); }
td.TdClassName
{
border-color: #86DB5D;
}
.TagClassName
{
border-color: #86DB5D;
}
</style>