Shades of Mantis #86C350
Tints of Mantis #86C350
RGB
CMYK
RGB Variations
Color information
#86C350 (or 0x86C350) is known color: Mantis. HEX triplet: 86, C3 and 50. RGB value is (134,195,80). Sum of RGB (Red+Green+Blue) = 134+195+80=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #86C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C350 is #793CAF. Grayscale: #A4A4A4. Windows color (decimal): -7945392 or 5292934. OLE color: 5292934.
HSL color Cylindrical-coordinate representation of color #86C350: hue angle of 91.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86C350 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 80 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.24 |
| HSL | 91.83º | 0.49% | 0.54% | - |
| HSV(B) | 91.83º | 0.59% | 0.76% | - |
| XYZ | 30.79 | 44.68 | 14.59 | - |
| YUV | 163.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 80 | 0.31 | 0 | 0.59 | 0.24 | 91.83 | 0.49 | 0.54 |
| Hex | 86 | C3 | 50 | 1F | 0 | 3B | 18 | 5C | 31 | 36 |
| Octal | 206 | 303 | 120 | 37 | 0 | 73 | 30 | 134 | 61 | 66 |
| Binary | 10000110 | 11000011 | 1010000 | 11111 | 0 | 111011 | 11000 | 1011100 | 110001 | 110110 |
Color Harmonies of #86C350
Complementary color
Monochromatic Colors of #86C350
Black with #86C350
Text Example
Text Example
White with #86C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C350; }
p { color: rgb(134,195,80); }
H1.HeaderClassName
{
color: #86C350;
}
.AnyTagClassName
{
color: #86C350;
}
</style>
background-color css
<style>
a { background-color: #86C350; }
a { background-color: rgb(134,195,80); }
div.DivClassName
{
background-color: #86C350;
}
.BgClassName
{
background-color: #86C350;
}
</style>
border-color css
<style>
span { border-color: #86C350; }
span { border-color: rgb(134,195,80); }
td.TdClassName
{
border-color: #86C350;
}
.TagClassName
{
border-color: #86C350;
}
</style>