Shades of Mantis #86E260
Tints of Mantis #86E260
RGB
CMYK
RGB Variations
Color information
#86E260 (or 0x86E260) is known color: Mantis. HEX triplet: 86, E2 and 60. RGB value is (134,226,96). Sum of RGB (Red+Green+Blue) = 134+226+96=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #86E260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E260 is #791D9F. Grayscale: #B8B8B8. Windows color (decimal): -7937440 or 6349446. OLE color: 6349446.
HSL color Cylindrical-coordinate representation of color #86E260: hue angle of 102.46º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86E260 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 96 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.11 |
| HSL | 102.46º | 0.69% | 0.63% | - |
| HSV(B) | 102.46º | 0.58% | 0.89% | - |
| XYZ | 39.14 | 60.31 | 20.64 | - |
| YUV | 183.67 | 78.52 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 96 | 0.41 | 0 | 0.58 | 0.11 | 102.46 | 0.69 | 0.63 |
| Hex | 86 | E2 | 60 | 29 | 0 | 3A | B | 66 | 45 | 3F |
| Octal | 206 | 342 | 140 | 51 | 0 | 72 | 13 | 146 | 105 | 77 |
| Binary | 10000110 | 11100010 | 1100000 | 101001 | 0 | 111010 | 1011 | 1100110 | 1000101 | 111111 |
Color Harmonies of #86E260
Complementary color
Monochromatic Colors of #86E260
Black with #86E260
Text Example
Text Example
White with #86E260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E260; }
p { color: rgb(134,226,96); }
H1.HeaderClassName
{
color: #86E260;
}
.AnyTagClassName
{
color: #86E260;
}
</style>
background-color css
<style>
a { background-color: #86E260; }
a { background-color: rgb(134,226,96); }
div.DivClassName
{
background-color: #86E260;
}
.BgClassName
{
background-color: #86E260;
}
</style>
border-color css
<style>
span { border-color: #86E260; }
span { border-color: rgb(134,226,96); }
td.TdClassName
{
border-color: #86E260;
}
.TagClassName
{
border-color: #86E260;
}
</style>