Shades of Mantis #8EDB56
Tints of Mantis #8EDB56
RGB
CMYK
RGB Variations
Color information
#8EDB56 (or 0x8EDB56) is known color: Mantis. HEX triplet: 8E, DB and 56. RGB value is (142,219,86). Sum of RGB (Red+Green+Blue) = 142+219+86=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB56 is #7124A9. Grayscale: #B5B5B5. Windows color (decimal): -7414954 or 5692302. OLE color: 5692302.
HSL color Cylindrical-coordinate representation of color #8EDB56: hue angle of 94.74º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EDB56 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 86 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.14 |
| HSL | 94.74º | 0.65% | 0.6% | - |
| HSV(B) | 94.74º | 0.61% | 0.86% | - |
| XYZ | 38.17 | 57.09 | 17.81 | - |
| YUV | 180.82 | 74.49 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 86 | 0.35 | 0 | 0.61 | 0.14 | 94.74 | 0.65 | 0.6 |
| Hex | 8E | DB | 56 | 23 | 0 | 3D | E | 5F | 41 | 3C |
| Octal | 216 | 333 | 126 | 43 | 0 | 75 | 16 | 137 | 101 | 74 |
| Binary | 10001110 | 11011011 | 1010110 | 100011 | 0 | 111101 | 1110 | 1011111 | 1000001 | 111100 |
Color Harmonies of #8EDB56
Complementary color
Monochromatic Colors of #8EDB56
Black with #8EDB56
Text Example
Text Example
White with #8EDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB56; }
p { color: rgb(142,219,86); }
H1.HeaderClassName
{
color: #8EDB56;
}
.AnyTagClassName
{
color: #8EDB56;
}
</style>
background-color css
<style>
a { background-color: #8EDB56; }
a { background-color: rgb(142,219,86); }
div.DivClassName
{
background-color: #8EDB56;
}
.BgClassName
{
background-color: #8EDB56;
}
</style>
border-color css
<style>
span { border-color: #8EDB56; }
span { border-color: rgb(142,219,86); }
td.TdClassName
{
border-color: #8EDB56;
}
.TagClassName
{
border-color: #8EDB56;
}
</style>