Shades of Mantis #86E659
Tints of Mantis #86E659
RGB
CMYK
RGB Variations
Color information
#86E659 (or 0x86E659) is known color: Mantis. HEX triplet: 86, E6 and 59. RGB value is (134,230,89). Sum of RGB (Red+Green+Blue) = 134+230+89=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #86E659 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E659 is #7919A6. Grayscale: #B9B9B9. Windows color (decimal): -7936423 or 5891718. OLE color: 5891718.
HSL color Cylindrical-coordinate representation of color #86E659: hue angle of 100.85º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86E659 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 89 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.10 |
| HSL | 100.85º | 0.74% | 0.63% | - |
| HSV(B) | 100.85º | 0.61% | 0.9% | - |
| XYZ | 39.93 | 62.38 | 19.39 | - |
| YUV | 185.22 | 73.7 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 89 | 0.42 | 0 | 0.61 | 0.10 | 100.85 | 0.74 | 0.63 |
| Hex | 86 | E6 | 59 | 2A | 0 | 3D | A | 65 | 4A | 3F |
| Octal | 206 | 346 | 131 | 52 | 0 | 75 | 12 | 145 | 112 | 77 |
| Binary | 10000110 | 11100110 | 1011001 | 101010 | 0 | 111101 | 1010 | 1100101 | 1001010 | 111111 |
Color Harmonies of #86E659
Complementary color
Monochromatic Colors of #86E659
Black with #86E659
Text Example
Text Example
White with #86E659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E659; }
p { color: rgb(134,230,89); }
H1.HeaderClassName
{
color: #86E659;
}
.AnyTagClassName
{
color: #86E659;
}
</style>
background-color css
<style>
a { background-color: #86E659; }
a { background-color: rgb(134,230,89); }
div.DivClassName
{
background-color: #86E659;
}
.BgClassName
{
background-color: #86E659;
}
</style>
border-color css
<style>
span { border-color: #86E659; }
span { border-color: rgb(134,230,89); }
td.TdClassName
{
border-color: #86E659;
}
.TagClassName
{
border-color: #86E659;
}
</style>