Shades of Mantis #86EA52
Tints of Mantis #86EA52
RGB
CMYK
RGB Variations
Color information
#86EA52 (or 0x86EA52) is known color: Mantis. HEX triplet: 86, EA and 52. RGB value is (134,234,82). Sum of RGB (Red+Green+Blue) = 134+234+82=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EA52 is #7915AD. Grayscale: #BBBBBB. Windows color (decimal): -7935406 or 5433990. OLE color: 5433990.
HSL color Cylindrical-coordinate representation of color #86EA52: hue angle of 99.47º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86EA52 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 82 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.08 |
| HSL | 99.47º | 0.78% | 0.62% | - |
| HSV(B) | 99.47º | 0.65% | 0.92% | - |
| XYZ | 40.78 | 64.52 | 18.29 | - |
| YUV | 186.77 | 68.87 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 82 | 0.43 | 0 | 0.65 | 0.08 | 99.47 | 0.78 | 0.62 |
| Hex | 86 | EA | 52 | 2B | 0 | 41 | 8 | 63 | 4E | 3E |
| Octal | 206 | 352 | 122 | 53 | 0 | 101 | 10 | 143 | 116 | 76 |
| Binary | 10000110 | 11101010 | 1010010 | 101011 | 0 | 1000001 | 1000 | 1100011 | 1001110 | 111110 |
Color Harmonies of #86EA52
Complementary color
Monochromatic Colors of #86EA52
Black with #86EA52
Text Example
Text Example
White with #86EA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EA52; }
p { color: rgb(134,234,82); }
H1.HeaderClassName
{
color: #86EA52;
}
.AnyTagClassName
{
color: #86EA52;
}
</style>
background-color css
<style>
a { background-color: #86EA52; }
a { background-color: rgb(134,234,82); }
div.DivClassName
{
background-color: #86EA52;
}
.BgClassName
{
background-color: #86EA52;
}
</style>
border-color css
<style>
span { border-color: #86EA52; }
span { border-color: rgb(134,234,82); }
td.TdClassName
{
border-color: #86EA52;
}
.TagClassName
{
border-color: #86EA52;
}
</style>