Shades of Mantis #86D15F
Tints of Mantis #86D15F
RGB
CMYK
RGB Variations
Color information
#86D15F (or 0x86D15F) is known color: Mantis. HEX triplet: 86, D1 and 5F. RGB value is (134,209,95). Sum of RGB (Red+Green+Blue) = 134+209+95=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #86D15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D15F is #792EA0. Grayscale: #ADADAD. Windows color (decimal): -7941793 or 6279558. OLE color: 6279558.
HSL color Cylindrical-coordinate representation of color #86D15F: hue angle of 99.47º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86D15F is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 95 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.18 |
| HSL | 99.47º | 0.55% | 0.6% | - |
| HSV(B) | 99.47º | 0.55% | 0.82% | - |
| XYZ | 34.7 | 51.5 | 18.94 | - |
| YUV | 173.58 | 83.65 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 95 | 0.36 | 0 | 0.55 | 0.18 | 99.47 | 0.55 | 0.6 |
| Hex | 86 | D1 | 5F | 24 | 0 | 37 | 12 | 63 | 37 | 3C |
| Octal | 206 | 321 | 137 | 44 | 0 | 67 | 22 | 143 | 67 | 74 |
| Binary | 10000110 | 11010001 | 1011111 | 100100 | 0 | 110111 | 10010 | 1100011 | 110111 | 111100 |
Color Harmonies of #86D15F
Complementary color
Monochromatic Colors of #86D15F
Black with #86D15F
Text Example
Text Example
White with #86D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D15F; }
p { color: rgb(134,209,95); }
H1.HeaderClassName
{
color: #86D15F;
}
.AnyTagClassName
{
color: #86D15F;
}
</style>
background-color css
<style>
a { background-color: #86D15F; }
a { background-color: rgb(134,209,95); }
div.DivClassName
{
background-color: #86D15F;
}
.BgClassName
{
background-color: #86D15F;
}
</style>
border-color css
<style>
span { border-color: #86D15F; }
span { border-color: rgb(134,209,95); }
td.TdClassName
{
border-color: #86D15F;
}
.TagClassName
{
border-color: #86D15F;
}
</style>