Shades of Mantis #86DA5C
Tints of Mantis #86DA5C
RGB
CMYK
RGB Variations
Color information
#86DA5C (or 0x86DA5C) is known color: Mantis. HEX triplet: 86, DA and 5C. RGB value is (134,218,92). Sum of RGB (Red+Green+Blue) = 134+218+92=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA5C is #7925A3. Grayscale: #B2B2B2. Windows color (decimal): -7939492 or 6085254. OLE color: 6085254.
HSL color Cylindrical-coordinate representation of color #86DA5C: hue angle of 100º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86DA5C is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 218 | 92 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.15 |
| HSL | 100º | 0.63% | 0.61% | - |
| HSV(B) | 100º | 0.58% | 0.85% | - |
| XYZ | 36.83 | 55.98 | 18.99 | - |
| YUV | 178.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 218 | 92 | 0.39 | 0 | 0.58 | 0.15 | 100 | 0.63 | 0.61 |
| Hex | 86 | DA | 5C | 27 | 0 | 3A | F | 64 | 3F | 3D |
| Octal | 206 | 332 | 134 | 47 | 0 | 72 | 17 | 144 | 77 | 75 |
| Binary | 10000110 | 11011010 | 1011100 | 100111 | 0 | 111010 | 1111 | 1100100 | 111111 | 111101 |
Color Harmonies of #86DA5C
Complementary color
Monochromatic Colors of #86DA5C
Black with #86DA5C
Text Example
Text Example
White with #86DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DA5C; }
p { color: rgb(134,218,92); }
H1.HeaderClassName
{
color: #86DA5C;
}
.AnyTagClassName
{
color: #86DA5C;
}
</style>
background-color css
<style>
a { background-color: #86DA5C; }
a { background-color: rgb(134,218,92); }
div.DivClassName
{
background-color: #86DA5C;
}
.BgClassName
{
background-color: #86DA5C;
}
</style>
border-color css
<style>
span { border-color: #86DA5C; }
span { border-color: rgb(134,218,92); }
td.TdClassName
{
border-color: #86DA5C;
}
.TagClassName
{
border-color: #86DA5C;
}
</style>