Shades of Mantis #86E255
Tints of Mantis #86E255
RGB
CMYK
RGB Variations
Color information
#86E255 (or 0x86E255) is known color: Mantis. HEX triplet: 86, E2 and 55. RGB value is (134,226,85). Sum of RGB (Red+Green+Blue) = 134+226+85=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #86E255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E255 is #791DAA. Grayscale: #B6B6B6. Windows color (decimal): -7937451 or 5628550. OLE color: 5628550.
HSL color Cylindrical-coordinate representation of color #86E255: hue angle of 99.15º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86E255 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 85 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.11 |
| HSL | 99.15º | 0.71% | 0.61% | - |
| HSV(B) | 99.15º | 0.62% | 0.89% | - |
| XYZ | 38.67 | 60.12 | 18.16 | - |
| YUV | 182.42 | 73.02 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 85 | 0.41 | 0 | 0.62 | 0.11 | 99.15 | 0.71 | 0.61 |
| Hex | 86 | E2 | 55 | 29 | 0 | 3E | B | 63 | 47 | 3D |
| Octal | 206 | 342 | 125 | 51 | 0 | 76 | 13 | 143 | 107 | 75 |
| Binary | 10000110 | 11100010 | 1010101 | 101001 | 0 | 111110 | 1011 | 1100011 | 1000111 | 111101 |
Color Harmonies of #86E255
Complementary color
Monochromatic Colors of #86E255
Black with #86E255
Text Example
Text Example
White with #86E255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E255; }
p { color: rgb(134,226,85); }
H1.HeaderClassName
{
color: #86E255;
}
.AnyTagClassName
{
color: #86E255;
}
</style>
background-color css
<style>
a { background-color: #86E255; }
a { background-color: rgb(134,226,85); }
div.DivClassName
{
background-color: #86E255;
}
.BgClassName
{
background-color: #86E255;
}
</style>
border-color css
<style>
span { border-color: #86E255; }
span { border-color: rgb(134,226,85); }
td.TdClassName
{
border-color: #86E255;
}
.TagClassName
{
border-color: #86E255;
}
</style>