Shades of Mantis #86D361
Tints of Mantis #86D361
RGB
CMYK
RGB Variations
Color information
#86D361 (or 0x86D361) is known color: Mantis. HEX triplet: 86, D3 and 61. RGB value is (134,211,97). Sum of RGB (Red+Green+Blue) = 134+211+97=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #86D361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D361 is #792C9E. Grayscale: #AFAFAF. Windows color (decimal): -7941279 or 6411142. OLE color: 6411142.
HSL color Cylindrical-coordinate representation of color #86D361: hue angle of 100.53º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86D361 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 97 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.17 |
| HSL | 100.53º | 0.56% | 0.6% | - |
| HSV(B) | 100.53º | 0.54% | 0.83% | - |
| XYZ | 35.28 | 52.52 | 19.59 | - |
| YUV | 174.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 97 | 0.36 | 0 | 0.54 | 0.17 | 100.53 | 0.56 | 0.6 |
| Hex | 86 | D3 | 61 | 24 | 0 | 36 | 11 | 65 | 38 | 3C |
| Octal | 206 | 323 | 141 | 44 | 0 | 66 | 21 | 145 | 70 | 74 |
| Binary | 10000110 | 11010011 | 1100001 | 100100 | 0 | 110110 | 10001 | 1100101 | 111000 | 111100 |
Color Harmonies of #86D361
Complementary color
Monochromatic Colors of #86D361
Black with #86D361
Text Example
Text Example
White with #86D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D361; }
p { color: rgb(134,211,97); }
H1.HeaderClassName
{
color: #86D361;
}
.AnyTagClassName
{
color: #86D361;
}
</style>
background-color css
<style>
a { background-color: #86D361; }
a { background-color: rgb(134,211,97); }
div.DivClassName
{
background-color: #86D361;
}
.BgClassName
{
background-color: #86D361;
}
</style>
border-color css
<style>
span { border-color: #86D361; }
span { border-color: rgb(134,211,97); }
td.TdClassName
{
border-color: #86D361;
}
.TagClassName
{
border-color: #86D361;
}
</style>