Shades of Mantis #86EA54
Tints of Mantis #86EA54
RGB
CMYK
RGB Variations
Color information
#86EA54 (or 0x86EA54) is known color: Mantis. HEX triplet: 86, EA and 54. RGB value is (134,234,84). Sum of RGB (Red+Green+Blue) = 134+234+84=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EA54 is #7915AB. Grayscale: #BBBBBB. Windows color (decimal): -7935404 or 5565062. OLE color: 5565062.
HSL color Cylindrical-coordinate representation of color #86EA54: hue angle of 100º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86EA54 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 84 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.08 |
| HSL | 100º | 0.78% | 0.62% | - |
| HSV(B) | 100º | 0.64% | 0.92% | - |
| XYZ | 40.85 | 64.55 | 18.69 | - |
| YUV | 187 | 69.87 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 84 | 0.43 | 0 | 0.64 | 0.08 | 100 | 0.78 | 0.62 |
| Hex | 86 | EA | 54 | 2B | 0 | 40 | 8 | 64 | 4E | 3E |
| Octal | 206 | 352 | 124 | 53 | 0 | 100 | 10 | 144 | 116 | 76 |
| Binary | 10000110 | 11101010 | 1010100 | 101011 | 0 | 1000000 | 1000 | 1100100 | 1001110 | 111110 |
Color Harmonies of #86EA54
Complementary color
Monochromatic Colors of #86EA54
Black with #86EA54
Text Example
Text Example
White with #86EA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EA54; }
p { color: rgb(134,234,84); }
H1.HeaderClassName
{
color: #86EA54;
}
.AnyTagClassName
{
color: #86EA54;
}
</style>
background-color css
<style>
a { background-color: #86EA54; }
a { background-color: rgb(134,234,84); }
div.DivClassName
{
background-color: #86EA54;
}
.BgClassName
{
background-color: #86EA54;
}
</style>
border-color css
<style>
span { border-color: #86EA54; }
span { border-color: rgb(134,234,84); }
td.TdClassName
{
border-color: #86EA54;
}
.TagClassName
{
border-color: #86EA54;
}
</style>