Shades of Mantis #86C148
Tints of Mantis #86C148
RGB
CMYK
RGB Variations
Color information
#86C148 (or 0x86C148) is known color: Mantis. HEX triplet: 86, C1 and 48. RGB value is (134,193,72). Sum of RGB (Red+Green+Blue) = 134+193+72=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #86C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C148 is #793EB7. Grayscale: #A1A1A1. Windows color (decimal): -7945912 or 4768134. OLE color: 4768134.
HSL color Cylindrical-coordinate representation of color #86C148: hue angle of 89.26º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86C148 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 72 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.24 |
| HSL | 89.26º | 0.49% | 0.52% | - |
| HSV(B) | 89.26º | 0.63% | 0.76% | - |
| XYZ | 30.07 | 43.68 | 12.98 | - |
| YUV | 161.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 72 | 0.31 | 0 | 0.63 | 0.24 | 89.26 | 0.49 | 0.52 |
| Hex | 86 | C1 | 48 | 1F | 0 | 3F | 18 | 59 | 31 | 34 |
| Octal | 206 | 301 | 110 | 37 | 0 | 77 | 30 | 131 | 61 | 64 |
| Binary | 10000110 | 11000001 | 1001000 | 11111 | 0 | 111111 | 11000 | 1011001 | 110001 | 110100 |
Color Harmonies of #86C148
Complementary color
Monochromatic Colors of #86C148
Black with #86C148
Text Example
Text Example
White with #86C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C148; }
p { color: rgb(134,193,72); }
H1.HeaderClassName
{
color: #86C148;
}
.AnyTagClassName
{
color: #86C148;
}
</style>
background-color css
<style>
a { background-color: #86C148; }
a { background-color: rgb(134,193,72); }
div.DivClassName
{
background-color: #86C148;
}
.BgClassName
{
background-color: #86C148;
}
</style>
border-color css
<style>
span { border-color: #86C148; }
span { border-color: rgb(134,193,72); }
td.TdClassName
{
border-color: #86C148;
}
.TagClassName
{
border-color: #86C148;
}
</style>