Shades of Mantis #86CB6E
Tints of Mantis #86CB6E
RGB
CMYK
RGB Variations
Color information
#86CB6E (or 0x86CB6E) is known color: Mantis. HEX triplet: 86, CB and 6E. RGB value is (134,203,110). Sum of RGB (Red+Green+Blue) = 134+203+110=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB6E is #793491. Grayscale: #ACACAC. Windows color (decimal): -7943314 or 7261062. OLE color: 7261062.
HSL color Cylindrical-coordinate representation of color #86CB6E: hue angle of 104.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CB6E is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 110 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.20 |
| HSL | 104.52º | 0.47% | 0.61% | - |
| HSV(B) | 104.52º | 0.46% | 0.8% | - |
| XYZ | 34 | 48.91 | 22.4 | - |
| YUV | 171.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 110 | 0.34 | 0 | 0.46 | 0.20 | 104.52 | 0.47 | 0.61 |
| Hex | 86 | CB | 6E | 22 | 0 | 2E | 14 | 69 | 2F | 3D |
| Octal | 206 | 313 | 156 | 42 | 0 | 56 | 24 | 151 | 57 | 75 |
| Binary | 10000110 | 11001011 | 1101110 | 100010 | 0 | 101110 | 10100 | 1101001 | 101111 | 111101 |
Color Harmonies of #86CB6E
Complementary color
Monochromatic Colors of #86CB6E
Black with #86CB6E
Text Example
Text Example
White with #86CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB6E; }
p { color: rgb(134,203,110); }
H1.HeaderClassName
{
color: #86CB6E;
}
.AnyTagClassName
{
color: #86CB6E;
}
</style>
background-color css
<style>
a { background-color: #86CB6E; }
a { background-color: rgb(134,203,110); }
div.DivClassName
{
background-color: #86CB6E;
}
.BgClassName
{
background-color: #86CB6E;
}
</style>
border-color css
<style>
span { border-color: #86CB6E; }
span { border-color: rgb(134,203,110); }
td.TdClassName
{
border-color: #86CB6E;
}
.TagClassName
{
border-color: #86CB6E;
}
</style>