Shades of Mantis #86C54C
Tints of Mantis #86C54C
RGB
CMYK
RGB Variations
Color information
#86C54C (or 0x86C54C) is known color: Mantis. HEX triplet: 86, C5 and 4C. RGB value is (134,197,76). Sum of RGB (Red+Green+Blue) = 134+197+76=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #86C54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C54C is #793AB3. Grayscale: #A4A4A4. Windows color (decimal): -7944884 or 5031302. OLE color: 5031302.
HSL color Cylindrical-coordinate representation of color #86C54C: hue angle of 91.24º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86C54C is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 76 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.23 |
| HSL | 91.24º | 0.51% | 0.54% | - |
| HSV(B) | 91.24º | 0.61% | 0.77% | - |
| XYZ | 31.1 | 45.52 | 13.98 | - |
| YUV | 164.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 76 | 0.32 | 0 | 0.61 | 0.23 | 91.24 | 0.51 | 0.54 |
| Hex | 86 | C5 | 4C | 20 | 0 | 3D | 17 | 5B | 33 | 36 |
| Octal | 206 | 305 | 114 | 40 | 0 | 75 | 27 | 133 | 63 | 66 |
| Binary | 10000110 | 11000101 | 1001100 | 100000 | 0 | 111101 | 10111 | 1011011 | 110011 | 110110 |
Color Harmonies of #86C54C
Complementary color
Monochromatic Colors of #86C54C
Black with #86C54C
Text Example
Text Example
White with #86C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C54C; }
p { color: rgb(134,197,76); }
H1.HeaderClassName
{
color: #86C54C;
}
.AnyTagClassName
{
color: #86C54C;
}
</style>
background-color css
<style>
a { background-color: #86C54C; }
a { background-color: rgb(134,197,76); }
div.DivClassName
{
background-color: #86C54C;
}
.BgClassName
{
background-color: #86C54C;
}
</style>
border-color css
<style>
span { border-color: #86C54C; }
span { border-color: rgb(134,197,76); }
td.TdClassName
{
border-color: #86C54C;
}
.TagClassName
{
border-color: #86C54C;
}
</style>