Shades of Mantis #86E951
Tints of Mantis #86E951
RGB
CMYK
RGB Variations
Color information
#86E951 (or 0x86E951) is known color: Mantis. HEX triplet: 86, E9 and 51. RGB value is (134,233,81). Sum of RGB (Red+Green+Blue) = 134+233+81=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #86E951 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E951 is #7916AE. Grayscale: #BABABA. Windows color (decimal): -7935663 or 5368198. OLE color: 5368198.
HSL color Cylindrical-coordinate representation of color #86E951: hue angle of 99.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86E951 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 81 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.09 |
| HSL | 99.08º | 0.78% | 0.62% | - |
| HSV(B) | 99.08º | 0.65% | 0.91% | - |
| XYZ | 40.46 | 63.94 | 17.99 | - |
| YUV | 186.07 | 68.7 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 81 | 0.42 | 0 | 0.65 | 0.09 | 99.08 | 0.78 | 0.62 |
| Hex | 86 | E9 | 51 | 2A | 0 | 41 | 9 | 63 | 4E | 3E |
| Octal | 206 | 351 | 121 | 52 | 0 | 101 | 11 | 143 | 116 | 76 |
| Binary | 10000110 | 11101001 | 1010001 | 101010 | 0 | 1000001 | 1001 | 1100011 | 1001110 | 111110 |
Color Harmonies of #86E951
Complementary color
Monochromatic Colors of #86E951
Black with #86E951
Text Example
Text Example
White with #86E951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E951; }
p { color: rgb(134,233,81); }
H1.HeaderClassName
{
color: #86E951;
}
.AnyTagClassName
{
color: #86E951;
}
</style>
background-color css
<style>
a { background-color: #86E951; }
a { background-color: rgb(134,233,81); }
div.DivClassName
{
background-color: #86E951;
}
.BgClassName
{
background-color: #86E951;
}
</style>
border-color css
<style>
span { border-color: #86E951; }
span { border-color: rgb(134,233,81); }
td.TdClassName
{
border-color: #86E951;
}
.TagClassName
{
border-color: #86E951;
}
</style>