Shades of Mantis #86CA5B
Tints of Mantis #86CA5B
RGB
CMYK
RGB Variations
Color information
#86CA5B (or 0x86CA5B) is known color: Mantis. HEX triplet: 86, CA and 5B. RGB value is (134,202,91). Sum of RGB (Red+Green+Blue) = 134+202+91=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA5B is #7935A4. Grayscale: #A9A9A9. Windows color (decimal): -7943589 or 6015622. OLE color: 6015622.
HSL color Cylindrical-coordinate representation of color #86CA5B: hue angle of 96.76º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86CA5B is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 91 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.21 |
| HSL | 96.76º | 0.51% | 0.57% | - |
| HSV(B) | 96.76º | 0.55% | 0.79% | - |
| XYZ | 32.84 | 48.06 | 17.44 | - |
| YUV | 169.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 91 | 0.34 | 0 | 0.55 | 0.21 | 96.76 | 0.51 | 0.57 |
| Hex | 86 | CA | 5B | 22 | 0 | 37 | 15 | 61 | 33 | 39 |
| Octal | 206 | 312 | 133 | 42 | 0 | 67 | 25 | 141 | 63 | 71 |
| Binary | 10000110 | 11001010 | 1011011 | 100010 | 0 | 110111 | 10101 | 1100001 | 110011 | 111001 |
Color Harmonies of #86CA5B
Complementary color
Monochromatic Colors of #86CA5B
Black with #86CA5B
Text Example
Text Example
White with #86CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA5B; }
p { color: rgb(134,202,91); }
H1.HeaderClassName
{
color: #86CA5B;
}
.AnyTagClassName
{
color: #86CA5B;
}
</style>
background-color css
<style>
a { background-color: #86CA5B; }
a { background-color: rgb(134,202,91); }
div.DivClassName
{
background-color: #86CA5B;
}
.BgClassName
{
background-color: #86CA5B;
}
</style>
border-color css
<style>
span { border-color: #86CA5B; }
span { border-color: rgb(134,202,91); }
td.TdClassName
{
border-color: #86CA5B;
}
.TagClassName
{
border-color: #86CA5B;
}
</style>