Shades of Mantis #86ED56
Tints of Mantis #86ED56
RGB
CMYK
RGB Variations
Color information
#86ED56 (or 0x86ED56) is known color: Mantis. HEX triplet: 86, ED and 56. RGB value is (134,237,86). Sum of RGB (Red+Green+Blue) = 134+237+86=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86ED56 is #7912A9. Grayscale: #BDBDBD. Windows color (decimal): -7934634 or 5696902. OLE color: 5696902.
HSL color Cylindrical-coordinate representation of color #86ED56: hue angle of 100.93º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86ED56 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 86 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.07 |
| HSL | 100.93º | 0.81% | 0.63% | - |
| HSV(B) | 100.93º | 0.64% | 0.93% | - |
| XYZ | 41.8 | 66.31 | 19.4 | - |
| YUV | 188.99 | 69.88 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 86 | 0.43 | 0 | 0.64 | 0.07 | 100.93 | 0.81 | 0.63 |
| Hex | 86 | ED | 56 | 2B | 0 | 40 | 7 | 65 | 51 | 3F |
| Octal | 206 | 355 | 126 | 53 | 0 | 100 | 7 | 145 | 121 | 77 |
| Binary | 10000110 | 11101101 | 1010110 | 101011 | 0 | 1000000 | 111 | 1100101 | 1010001 | 111111 |
Color Harmonies of #86ED56
Complementary color
Monochromatic Colors of #86ED56
Black with #86ED56
Text Example
Text Example
White with #86ED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ED56; }
p { color: rgb(134,237,86); }
H1.HeaderClassName
{
color: #86ED56;
}
.AnyTagClassName
{
color: #86ED56;
}
</style>
background-color css
<style>
a { background-color: #86ED56; }
a { background-color: rgb(134,237,86); }
div.DivClassName
{
background-color: #86ED56;
}
.BgClassName
{
background-color: #86ED56;
}
</style>
border-color css
<style>
span { border-color: #86ED56; }
span { border-color: rgb(134,237,86); }
td.TdClassName
{
border-color: #86ED56;
}
.TagClassName
{
border-color: #86ED56;
}
</style>