Shades of Mantis #86D753
Tints of Mantis #86D753
RGB
CMYK
RGB Variations
Color information
#86D753 (or 0x86D753) is known color: Mantis. HEX triplet: 86, D7 and 53. RGB value is (134,215,83). Sum of RGB (Red+Green+Blue) = 134+215+83=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #86D753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D753 is #7928AC. Grayscale: #B0B0B0. Windows color (decimal): -7940269 or 5494662. OLE color: 5494662.
HSL color Cylindrical-coordinate representation of color #86D753: hue angle of 96.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86D753 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 83 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.16 |
| HSL | 96.82º | 0.62% | 0.58% | - |
| HSV(B) | 96.82º | 0.61% | 0.84% | - |
| XYZ | 35.69 | 54.29 | 16.78 | - |
| YUV | 175.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 83 | 0.38 | 0 | 0.61 | 0.16 | 96.82 | 0.62 | 0.58 |
| Hex | 86 | D7 | 53 | 26 | 0 | 3D | 10 | 61 | 3E | 3A |
| Octal | 206 | 327 | 123 | 46 | 0 | 75 | 20 | 141 | 76 | 72 |
| Binary | 10000110 | 11010111 | 1010011 | 100110 | 0 | 111101 | 10000 | 1100001 | 111110 | 111010 |
Color Harmonies of #86D753
Complementary color
Monochromatic Colors of #86D753
Black with #86D753
Text Example
Text Example
White with #86D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D753; }
p { color: rgb(134,215,83); }
H1.HeaderClassName
{
color: #86D753;
}
.AnyTagClassName
{
color: #86D753;
}
</style>
background-color css
<style>
a { background-color: #86D753; }
a { background-color: rgb(134,215,83); }
div.DivClassName
{
background-color: #86D753;
}
.BgClassName
{
background-color: #86D753;
}
</style>
border-color css
<style>
span { border-color: #86D753; }
span { border-color: rgb(134,215,83); }
td.TdClassName
{
border-color: #86D753;
}
.TagClassName
{
border-color: #86D753;
}
</style>