Shades of Mantis #86EE52
Tints of Mantis #86EE52
RGB
CMYK
RGB Variations
Color information
#86EE52 (or 0x86EE52) is known color: Mantis. HEX triplet: 86, EE and 52. RGB value is (134,238,82). Sum of RGB (Red+Green+Blue) = 134+238+82=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EE52 is #7911AD. Grayscale: #BDBDBD. Windows color (decimal): -7934382 or 5435014. OLE color: 5435014.
HSL color Cylindrical-coordinate representation of color #86EE52: hue angle of 100º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86EE52 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 82 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.07 |
| HSL | 100º | 0.82% | 0.63% | - |
| HSV(B) | 100º | 0.66% | 0.93% | - |
| XYZ | 41.93 | 66.83 | 18.67 | - |
| YUV | 189.12 | 67.54 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 82 | 0.44 | 0 | 0.66 | 0.07 | 100 | 0.82 | 0.63 |
| Hex | 86 | EE | 52 | 2C | 0 | 42 | 7 | 64 | 52 | 3F |
| Octal | 206 | 356 | 122 | 54 | 0 | 102 | 7 | 144 | 122 | 77 |
| Binary | 10000110 | 11101110 | 1010010 | 101100 | 0 | 1000010 | 111 | 1100100 | 1010010 | 111111 |
Color Harmonies of #86EE52
Complementary color
Monochromatic Colors of #86EE52
Black with #86EE52
Text Example
Text Example
White with #86EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE52; }
p { color: rgb(134,238,82); }
H1.HeaderClassName
{
color: #86EE52;
}
.AnyTagClassName
{
color: #86EE52;
}
</style>
background-color css
<style>
a { background-color: #86EE52; }
a { background-color: rgb(134,238,82); }
div.DivClassName
{
background-color: #86EE52;
}
.BgClassName
{
background-color: #86EE52;
}
</style>
border-color css
<style>
span { border-color: #86EE52; }
span { border-color: rgb(134,238,82); }
td.TdClassName
{
border-color: #86EE52;
}
.TagClassName
{
border-color: #86EE52;
}
</style>