Shades of Mantis #86C145
Tints of Mantis #86C145
RGB
CMYK
RGB Variations
Color information
#86C145 (or 0x86C145) is known color: Mantis. HEX triplet: 86, C1 and 45. RGB value is (134,193,69). Sum of RGB (Red+Green+Blue) = 134+193+69=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #86C145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C145 is #793EBA. Grayscale: #A1A1A1. Windows color (decimal): -7945915 or 4571526. OLE color: 4571526.
HSL color Cylindrical-coordinate representation of color #86C145: hue angle of 88.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86C145 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 69 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.24 |
| HSL | 88.55º | 0.5% | 0.51% | - |
| HSV(B) | 88.55º | 0.64% | 0.76% | - |
| XYZ | 29.98 | 43.64 | 12.47 | - |
| YUV | 161.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 69 | 0.31 | 0 | 0.64 | 0.24 | 88.55 | 0.5 | 0.51 |
| Hex | 86 | C1 | 45 | 1F | 0 | 40 | 18 | 59 | 32 | 33 |
| Octal | 206 | 301 | 105 | 37 | 0 | 100 | 30 | 131 | 62 | 63 |
| Binary | 10000110 | 11000001 | 1000101 | 11111 | 0 | 1000000 | 11000 | 1011001 | 110010 | 110011 |
Color Harmonies of #86C145
Complementary color
Monochromatic Colors of #86C145
Black with #86C145
Text Example
Text Example
White with #86C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C145; }
p { color: rgb(134,193,69); }
H1.HeaderClassName
{
color: #86C145;
}
.AnyTagClassName
{
color: #86C145;
}
</style>
background-color css
<style>
a { background-color: #86C145; }
a { background-color: rgb(134,193,69); }
div.DivClassName
{
background-color: #86C145;
}
.BgClassName
{
background-color: #86C145;
}
</style>
border-color css
<style>
span { border-color: #86C145; }
span { border-color: rgb(134,193,69); }
td.TdClassName
{
border-color: #86C145;
}
.TagClassName
{
border-color: #86C145;
}
</style>