Shades of Mantis #86C353
Tints of Mantis #86C353
RGB
CMYK
RGB Variations
Color information
#86C353 (or 0x86C353) is known color: Mantis. HEX triplet: 86, C3 and 53. RGB value is (134,195,83). Sum of RGB (Red+Green+Blue) = 134+195+83=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #86C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C353 is #793CAC. Grayscale: #A4A4A4. Windows color (decimal): -7945389 or 5489542. OLE color: 5489542.
HSL color Cylindrical-coordinate representation of color #86C353: hue angle of 92.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86C353 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 83 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.24 |
| HSL | 92.68º | 0.48% | 0.55% | - |
| HSV(B) | 92.68º | 0.57% | 0.76% | - |
| XYZ | 30.91 | 44.72 | 15.19 | - |
| YUV | 163.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 83 | 0.31 | 0 | 0.57 | 0.24 | 92.68 | 0.48 | 0.55 |
| Hex | 86 | C3 | 53 | 1F | 0 | 39 | 18 | 5D | 30 | 37 |
| Octal | 206 | 303 | 123 | 37 | 0 | 71 | 30 | 135 | 60 | 67 |
| Binary | 10000110 | 11000011 | 1010011 | 11111 | 0 | 111001 | 11000 | 1011101 | 110000 | 110111 |
Color Harmonies of #86C353
Complementary color
Monochromatic Colors of #86C353
Black with #86C353
Text Example
Text Example
White with #86C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C353; }
p { color: rgb(134,195,83); }
H1.HeaderClassName
{
color: #86C353;
}
.AnyTagClassName
{
color: #86C353;
}
</style>
background-color css
<style>
a { background-color: #86C353; }
a { background-color: rgb(134,195,83); }
div.DivClassName
{
background-color: #86C353;
}
.BgClassName
{
background-color: #86C353;
}
</style>
border-color css
<style>
span { border-color: #86C353; }
span { border-color: rgb(134,195,83); }
td.TdClassName
{
border-color: #86C353;
}
.TagClassName
{
border-color: #86C353;
}
</style>