Shades of Mantis #86C467
Tints of Mantis #86C467
RGB
CMYK
RGB Variations
Color information
#86C467 (or 0x86C467) is known color: Mantis. HEX triplet: 86, C4 and 67. RGB value is (134,196,103). Sum of RGB (Red+Green+Blue) = 134+196+103=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #86C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C467 is #793B98. Grayscale: #A7A7A7. Windows color (decimal): -7945113 or 6800518. OLE color: 6800518.
HSL color Cylindrical-coordinate representation of color #86C467: hue angle of 100º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C467 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 196 | 103 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.23 |
| HSL | 100º | 0.44% | 0.59% | - |
| HSV(B) | 100º | 0.47% | 0.77% | - |
| XYZ | 32.02 | 45.53 | 19.93 | - |
| YUV | 166.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 103 | 0.32 | 0 | 0.47 | 0.23 | 100 | 0.44 | 0.59 |
| Hex | 86 | C4 | 67 | 20 | 0 | 2F | 17 | 64 | 2C | 3B |
| Octal | 206 | 304 | 147 | 40 | 0 | 57 | 27 | 144 | 54 | 73 |
| Binary | 10000110 | 11000100 | 1100111 | 100000 | 0 | 101111 | 10111 | 1100100 | 101100 | 111011 |
Color Harmonies of #86C467
Complementary color
Monochromatic Colors of #86C467
Black with #86C467
Text Example
Text Example
White with #86C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C467; }
p { color: rgb(134,196,103); }
H1.HeaderClassName
{
color: #86C467;
}
.AnyTagClassName
{
color: #86C467;
}
</style>
background-color css
<style>
a { background-color: #86C467; }
a { background-color: rgb(134,196,103); }
div.DivClassName
{
background-color: #86C467;
}
.BgClassName
{
background-color: #86C467;
}
</style>
border-color css
<style>
span { border-color: #86C467; }
span { border-color: rgb(134,196,103); }
td.TdClassName
{
border-color: #86C467;
}
.TagClassName
{
border-color: #86C467;
}
</style>