Shades of Mantis #86CA4E
Tints of Mantis #86CA4E
RGB
CMYK
RGB Variations
Color information
#86CA4E (or 0x86CA4E) is known color: Mantis. HEX triplet: 86, CA and 4E. RGB value is (134,202,78). Sum of RGB (Red+Green+Blue) = 134+202+78=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA4E is #7935B1. Grayscale: #A7A7A7. Windows color (decimal): -7943602 or 5163654. OLE color: 5163654.
HSL color Cylindrical-coordinate representation of color #86CA4E: hue angle of 92.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86CA4E is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 78 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.21 |
| HSL | 92.9º | 0.54% | 0.55% | - |
| HSV(B) | 92.9º | 0.61% | 0.79% | - |
| XYZ | 32.33 | 47.86 | 14.74 | - |
| YUV | 167.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 78 | 0.34 | 0 | 0.61 | 0.21 | 92.9 | 0.54 | 0.55 |
| Hex | 86 | CA | 4E | 22 | 0 | 3D | 15 | 5D | 36 | 37 |
| Octal | 206 | 312 | 116 | 42 | 0 | 75 | 25 | 135 | 66 | 67 |
| Binary | 10000110 | 11001010 | 1001110 | 100010 | 0 | 111101 | 10101 | 1011101 | 110110 | 110111 |
Color Harmonies of #86CA4E
Complementary color
Monochromatic Colors of #86CA4E
Black with #86CA4E
Text Example
Text Example
White with #86CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA4E; }
p { color: rgb(134,202,78); }
H1.HeaderClassName
{
color: #86CA4E;
}
.AnyTagClassName
{
color: #86CA4E;
}
</style>
background-color css
<style>
a { background-color: #86CA4E; }
a { background-color: rgb(134,202,78); }
div.DivClassName
{
background-color: #86CA4E;
}
.BgClassName
{
background-color: #86CA4E;
}
</style>
border-color css
<style>
span { border-color: #86CA4E; }
span { border-color: rgb(134,202,78); }
td.TdClassName
{
border-color: #86CA4E;
}
.TagClassName
{
border-color: #86CA4E;
}
</style>