Shades of Mantis #86CA50
Tints of Mantis #86CA50
RGB
CMYK
RGB Variations
Color information
#86CA50 (or 0x86CA50) is known color: Mantis. HEX triplet: 86, CA and 50. RGB value is (134,202,80). Sum of RGB (Red+Green+Blue) = 134+202+80=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA50 is #7935AF. Grayscale: #A8A8A8. Windows color (decimal): -7943600 or 5294726. OLE color: 5294726.
HSL color Cylindrical-coordinate representation of color #86CA50: hue angle of 93.44º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86CA50 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 80 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.21 |
| HSL | 93.44º | 0.54% | 0.55% | - |
| HSV(B) | 93.44º | 0.6% | 0.79% | - |
| XYZ | 32.4 | 47.89 | 15.13 | - |
| YUV | 167.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 80 | 0.34 | 0 | 0.60 | 0.21 | 93.44 | 0.54 | 0.55 |
| Hex | 86 | CA | 50 | 22 | 0 | 3C | 15 | 5D | 36 | 37 |
| Octal | 206 | 312 | 120 | 42 | 0 | 74 | 25 | 135 | 66 | 67 |
| Binary | 10000110 | 11001010 | 1010000 | 100010 | 0 | 111100 | 10101 | 1011101 | 110110 | 110111 |
Color Harmonies of #86CA50
Complementary color
Monochromatic Colors of #86CA50
Black with #86CA50
Text Example
Text Example
White with #86CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA50; }
p { color: rgb(134,202,80); }
H1.HeaderClassName
{
color: #86CA50;
}
.AnyTagClassName
{
color: #86CA50;
}
</style>
background-color css
<style>
a { background-color: #86CA50; }
a { background-color: rgb(134,202,80); }
div.DivClassName
{
background-color: #86CA50;
}
.BgClassName
{
background-color: #86CA50;
}
</style>
border-color css
<style>
span { border-color: #86CA50; }
span { border-color: rgb(134,202,80); }
td.TdClassName
{
border-color: #86CA50;
}
.TagClassName
{
border-color: #86CA50;
}
</style>