Shades of Mantis #86D654
Tints of Mantis #86D654
RGB
CMYK
RGB Variations
Color information
#86D654 (or 0x86D654) is known color: Mantis. HEX triplet: 86, D6 and 54. RGB value is (134,214,84). Sum of RGB (Red+Green+Blue) = 134+214+84=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #86D654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D654 is #7929AB. Grayscale: #AFAFAF. Windows color (decimal): -7940524 or 5559942. OLE color: 5559942.
HSL color Cylindrical-coordinate representation of color #86D654: hue angle of 96.92º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86D654 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 84 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.16 |
| HSL | 96.92º | 0.61% | 0.58% | - |
| HSV(B) | 96.92º | 0.61% | 0.84% | - |
| XYZ | 35.48 | 53.8 | 16.9 | - |
| YUV | 175.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 84 | 0.37 | 0 | 0.61 | 0.16 | 96.92 | 0.61 | 0.58 |
| Hex | 86 | D6 | 54 | 25 | 0 | 3D | 10 | 61 | 3D | 3A |
| Octal | 206 | 326 | 124 | 45 | 0 | 75 | 20 | 141 | 75 | 72 |
| Binary | 10000110 | 11010110 | 1010100 | 100101 | 0 | 111101 | 10000 | 1100001 | 111101 | 111010 |
Color Harmonies of #86D654
Complementary color
Monochromatic Colors of #86D654
Black with #86D654
Text Example
Text Example
White with #86D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D654; }
p { color: rgb(134,214,84); }
H1.HeaderClassName
{
color: #86D654;
}
.AnyTagClassName
{
color: #86D654;
}
</style>
background-color css
<style>
a { background-color: #86D654; }
a { background-color: rgb(134,214,84); }
div.DivClassName
{
background-color: #86D654;
}
.BgClassName
{
background-color: #86D654;
}
</style>
border-color css
<style>
span { border-color: #86D654; }
span { border-color: rgb(134,214,84); }
td.TdClassName
{
border-color: #86D654;
}
.TagClassName
{
border-color: #86D654;
}
</style>