Shades of Mantis #86BE4D
Tints of Mantis #86BE4D
RGB
CMYK
RGB Variations
Color information
#86BE4D (or 0x86BE4D) is known color: Mantis. HEX triplet: 86, BE and 4D. RGB value is (134,190,77). Sum of RGB (Red+Green+Blue) = 134+190+77=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE4D is #7941B2. Grayscale: #A0A0A0. Windows color (decimal): -7946675 or 5095046. OLE color: 5095046.
HSL color Cylindrical-coordinate representation of color #86BE4D: hue angle of 89.73º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86BE4D is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 77 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.25 |
| HSL | 89.73º | 0.47% | 0.52% | - |
| HSV(B) | 89.73º | 0.59% | 0.75% | - |
| XYZ | 29.58 | 42.43 | 13.65 | - |
| YUV | 160.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 77 | 0.29 | 0 | 0.59 | 0.25 | 89.73 | 0.47 | 0.52 |
| Hex | 86 | BE | 4D | 1D | 0 | 3B | 19 | 5A | 2F | 34 |
| Octal | 206 | 276 | 115 | 35 | 0 | 73 | 31 | 132 | 57 | 64 |
| Binary | 10000110 | 10111110 | 1001101 | 11101 | 0 | 111011 | 11001 | 1011010 | 101111 | 110100 |
Color Harmonies of #86BE4D
Complementary color
Monochromatic Colors of #86BE4D
Black with #86BE4D
Text Example
Text Example
White with #86BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BE4D; }
p { color: rgb(134,190,77); }
H1.HeaderClassName
{
color: #86BE4D;
}
.AnyTagClassName
{
color: #86BE4D;
}
</style>
background-color css
<style>
a { background-color: #86BE4D; }
a { background-color: rgb(134,190,77); }
div.DivClassName
{
background-color: #86BE4D;
}
.BgClassName
{
background-color: #86BE4D;
}
</style>
border-color css
<style>
span { border-color: #86BE4D; }
span { border-color: rgb(134,190,77); }
td.TdClassName
{
border-color: #86BE4D;
}
.TagClassName
{
border-color: #86BE4D;
}
</style>