Shades of Mantis #86C94B
Tints of Mantis #86C94B
RGB
CMYK
RGB Variations
Color information
#86C94B (or 0x86C94B) is known color: Mantis. HEX triplet: 86, C9 and 4B. RGB value is (134,201,75). Sum of RGB (Red+Green+Blue) = 134+201+75=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #86C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C94B is #7936B4. Grayscale: #A7A7A7. Windows color (decimal): -7943861 or 4966790. OLE color: 4966790.
HSL color Cylindrical-coordinate representation of color #86C94B: hue angle of 91.9º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86C94B is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 75 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.21 |
| HSL | 91.9º | 0.54% | 0.54% | - |
| HSV(B) | 91.9º | 0.63% | 0.79% | - |
| XYZ | 31.99 | 47.35 | 14.11 | - |
| YUV | 166.6 | 76.3 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 75 | 0.33 | 0 | 0.63 | 0.21 | 91.9 | 0.54 | 0.54 |
| Hex | 86 | C9 | 4B | 21 | 0 | 3F | 15 | 5C | 36 | 36 |
| Octal | 206 | 311 | 113 | 41 | 0 | 77 | 25 | 134 | 66 | 66 |
| Binary | 10000110 | 11001001 | 1001011 | 100001 | 0 | 111111 | 10101 | 1011100 | 110110 | 110110 |
Color Harmonies of #86C94B
Complementary color
Monochromatic Colors of #86C94B
Black with #86C94B
Text Example
Text Example
White with #86C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C94B; }
p { color: rgb(134,201,75); }
H1.HeaderClassName
{
color: #86C94B;
}
.AnyTagClassName
{
color: #86C94B;
}
</style>
background-color css
<style>
a { background-color: #86C94B; }
a { background-color: rgb(134,201,75); }
div.DivClassName
{
background-color: #86C94B;
}
.BgClassName
{
background-color: #86C94B;
}
</style>
border-color css
<style>
span { border-color: #86C94B; }
span { border-color: rgb(134,201,75); }
td.TdClassName
{
border-color: #86C94B;
}
.TagClassName
{
border-color: #86C94B;
}
</style>