Shades of Mantis #86E253
Tints of Mantis #86E253
RGB
CMYK
RGB Variations
Color information
#86E253 (or 0x86E253) is known color: Mantis. HEX triplet: 86, E2 and 53. RGB value is (134,226,83). Sum of RGB (Red+Green+Blue) = 134+226+83=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #86E253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E253 is #791DAC. Grayscale: #B6B6B6. Windows color (decimal): -7937453 or 5497478. OLE color: 5497478.
HSL color Cylindrical-coordinate representation of color #86E253: hue angle of 98.6º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86E253 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 83 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.11 |
| HSL | 98.6º | 0.71% | 0.61% | - |
| HSV(B) | 98.6º | 0.63% | 0.89% | - |
| XYZ | 38.59 | 60.09 | 17.75 | - |
| YUV | 182.19 | 72.02 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 83 | 0.41 | 0 | 0.63 | 0.11 | 98.6 | 0.71 | 0.61 |
| Hex | 86 | E2 | 53 | 29 | 0 | 3F | B | 63 | 47 | 3D |
| Octal | 206 | 342 | 123 | 51 | 0 | 77 | 13 | 143 | 107 | 75 |
| Binary | 10000110 | 11100010 | 1010011 | 101001 | 0 | 111111 | 1011 | 1100011 | 1000111 | 111101 |
Color Harmonies of #86E253
Complementary color
Monochromatic Colors of #86E253
Black with #86E253
Text Example
Text Example
White with #86E253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E253; }
p { color: rgb(134,226,83); }
H1.HeaderClassName
{
color: #86E253;
}
.AnyTagClassName
{
color: #86E253;
}
</style>
background-color css
<style>
a { background-color: #86E253; }
a { background-color: rgb(134,226,83); }
div.DivClassName
{
background-color: #86E253;
}
.BgClassName
{
background-color: #86E253;
}
</style>
border-color css
<style>
span { border-color: #86E253; }
span { border-color: rgb(134,226,83); }
td.TdClassName
{
border-color: #86E253;
}
.TagClassName
{
border-color: #86E253;
}
</style>