Shades of Mantis #86E953
Tints of Mantis #86E953
RGB
CMYK
RGB Variations
Color information
#86E953 (or 0x86E953) is known color: Mantis. HEX triplet: 86, E9 and 53. RGB value is (134,233,83). Sum of RGB (Red+Green+Blue) = 134+233+83=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #86E953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E953 is #7916AC. Grayscale: #BABABA. Windows color (decimal): -7935661 or 5499270. OLE color: 5499270.
HSL color Cylindrical-coordinate representation of color #86E953: hue angle of 99.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86E953 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 83 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.09 |
| HSL | 99.6º | 0.77% | 0.62% | - |
| HSV(B) | 99.6º | 0.64% | 0.91% | - |
| XYZ | 40.53 | 63.97 | 18.39 | - |
| YUV | 186.3 | 69.7 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 83 | 0.42 | 0 | 0.64 | 0.09 | 99.6 | 0.77 | 0.62 |
| Hex | 86 | E9 | 53 | 2A | 0 | 40 | 9 | 64 | 4D | 3E |
| Octal | 206 | 351 | 123 | 52 | 0 | 100 | 11 | 144 | 115 | 76 |
| Binary | 10000110 | 11101001 | 1010011 | 101010 | 0 | 1000000 | 1001 | 1100100 | 1001101 | 111110 |
Color Harmonies of #86E953
Complementary color
Monochromatic Colors of #86E953
Black with #86E953
Text Example
Text Example
White with #86E953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E953; }
p { color: rgb(134,233,83); }
H1.HeaderClassName
{
color: #86E953;
}
.AnyTagClassName
{
color: #86E953;
}
</style>
background-color css
<style>
a { background-color: #86E953; }
a { background-color: rgb(134,233,83); }
div.DivClassName
{
background-color: #86E953;
}
.BgClassName
{
background-color: #86E953;
}
</style>
border-color css
<style>
span { border-color: #86E953; }
span { border-color: rgb(134,233,83); }
td.TdClassName
{
border-color: #86E953;
}
.TagClassName
{
border-color: #86E953;
}
</style>