Shades of Mantis #86BC74
Tints of Mantis #86BC74
RGB
CMYK
RGB Variations
Color information
#86BC74 (or 0x86BC74) is known color: Mantis. HEX triplet: 86, BC and 74. RGB value is (134,188,116). Sum of RGB (Red+Green+Blue) = 134+188+116=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC74 is #79438B. Grayscale: #A3A3A3. Windows color (decimal): -7947148 or 7650438. OLE color: 7650438.
HSL color Cylindrical-coordinate representation of color #86BC74: hue angle of 105º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86BC74 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 116 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.26 |
| HSL | 105º | 0.35% | 0.6% | - |
| HSV(B) | 105º | 0.38% | 0.74% | - |
| XYZ | 30.97 | 42.3 | 23.05 | - |
| YUV | 163.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 116 | 0.29 | 0 | 0.38 | 0.26 | 105 | 0.35 | 0.6 |
| Hex | 86 | BC | 74 | 1D | 0 | 26 | 1A | 69 | 23 | 3C |
| Octal | 206 | 274 | 164 | 35 | 0 | 46 | 32 | 151 | 43 | 74 |
| Binary | 10000110 | 10111100 | 1110100 | 11101 | 0 | 100110 | 11010 | 1101001 | 100011 | 111100 |
Color Harmonies of #86BC74
Complementary color
Monochromatic Colors of #86BC74
Black with #86BC74
Text Example
Text Example
White with #86BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC74; }
p { color: rgb(134,188,116); }
H1.HeaderClassName
{
color: #86BC74;
}
.AnyTagClassName
{
color: #86BC74;
}
</style>
background-color css
<style>
a { background-color: #86BC74; }
a { background-color: rgb(134,188,116); }
div.DivClassName
{
background-color: #86BC74;
}
.BgClassName
{
background-color: #86BC74;
}
</style>
border-color css
<style>
span { border-color: #86BC74; }
span { border-color: rgb(134,188,116); }
td.TdClassName
{
border-color: #86BC74;
}
.TagClassName
{
border-color: #86BC74;
}
</style>