Shades of Mantis #86CB5E
Tints of Mantis #86CB5E
RGB
CMYK
RGB Variations
Color information
#86CB5E (or 0x86CB5E) is known color: Mantis. HEX triplet: 86, CB and 5E. RGB value is (134,203,94). Sum of RGB (Red+Green+Blue) = 134+203+94=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB5E is #7934A1. Grayscale: #AAAAAA. Windows color (decimal): -7943330 or 6212486. OLE color: 6212486.
HSL color Cylindrical-coordinate representation of color #86CB5E: hue angle of 97.98º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86CB5E is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 94 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.20 |
| HSL | 97.98º | 0.51% | 0.58% | - |
| HSV(B) | 97.98º | 0.54% | 0.8% | - |
| XYZ | 33.21 | 48.59 | 18.22 | - |
| YUV | 169.94 | 85.14 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 94 | 0.34 | 0 | 0.54 | 0.20 | 97.98 | 0.51 | 0.58 |
| Hex | 86 | CB | 5E | 22 | 0 | 36 | 14 | 62 | 33 | 3A |
| Octal | 206 | 313 | 136 | 42 | 0 | 66 | 24 | 142 | 63 | 72 |
| Binary | 10000110 | 11001011 | 1011110 | 100010 | 0 | 110110 | 10100 | 1100010 | 110011 | 111010 |
Color Harmonies of #86CB5E
Complementary color
Monochromatic Colors of #86CB5E
Black with #86CB5E
Text Example
Text Example
White with #86CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB5E; }
p { color: rgb(134,203,94); }
H1.HeaderClassName
{
color: #86CB5E;
}
.AnyTagClassName
{
color: #86CB5E;
}
</style>
background-color css
<style>
a { background-color: #86CB5E; }
a { background-color: rgb(134,203,94); }
div.DivClassName
{
background-color: #86CB5E;
}
.BgClassName
{
background-color: #86CB5E;
}
</style>
border-color css
<style>
span { border-color: #86CB5E; }
span { border-color: rgb(134,203,94); }
td.TdClassName
{
border-color: #86CB5E;
}
.TagClassName
{
border-color: #86CB5E;
}
</style>