Shades of Mantis #86C14B
Tints of Mantis #86C14B
RGB
CMYK
RGB Variations
Color information
#86C14B (or 0x86C14B) is known color: Mantis. HEX triplet: 86, C1 and 4B. RGB value is (134,193,75). Sum of RGB (Red+Green+Blue) = 134+193+75=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #86C14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C14B is #793EB4. Grayscale: #A2A2A2. Windows color (decimal): -7945909 or 4964742. OLE color: 4964742.
HSL color Cylindrical-coordinate representation of color #86C14B: hue angle of 90º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86C14B is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 75 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.24 |
| HSL | 90º | 0.49% | 0.53% | - |
| HSV(B) | 90º | 0.61% | 0.76% | - |
| XYZ | 30.17 | 43.72 | 13.5 | - |
| YUV | 161.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 75 | 0.31 | 0 | 0.61 | 0.24 | 90 | 0.49 | 0.53 |
| Hex | 86 | C1 | 4B | 1F | 0 | 3D | 18 | 5A | 31 | 35 |
| Octal | 206 | 301 | 113 | 37 | 0 | 75 | 30 | 132 | 61 | 65 |
| Binary | 10000110 | 11000001 | 1001011 | 11111 | 0 | 111101 | 11000 | 1011010 | 110001 | 110101 |
Color Harmonies of #86C14B
Complementary color
Monochromatic Colors of #86C14B
Black with #86C14B
Text Example
Text Example
White with #86C14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C14B; }
p { color: rgb(134,193,75); }
H1.HeaderClassName
{
color: #86C14B;
}
.AnyTagClassName
{
color: #86C14B;
}
</style>
background-color css
<style>
a { background-color: #86C14B; }
a { background-color: rgb(134,193,75); }
div.DivClassName
{
background-color: #86C14B;
}
.BgClassName
{
background-color: #86C14B;
}
</style>
border-color css
<style>
span { border-color: #86C14B; }
span { border-color: rgb(134,193,75); }
td.TdClassName
{
border-color: #86C14B;
}
.TagClassName
{
border-color: #86C14B;
}
</style>