Shades of Mantis #8ED464
Tints of Mantis #8ED464
RGB
CMYK
RGB Variations
Color information
#8ED464 (or 0x8ED464) is known color: Mantis. HEX triplet: 8E, D4 and 64. RGB value is (142,212,100). Sum of RGB (Red+Green+Blue) = 142+212+100=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED464 is #712B9B. Grayscale: #B2B2B2. Windows color (decimal): -7416732 or 6608014. OLE color: 6608014.
HSL color Cylindrical-coordinate representation of color #8ED464: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ED464 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 100 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.17 |
| HSL | 97.5º | 0.57% | 0.61% | - |
| HSV(B) | 97.5º | 0.53% | 0.83% | - |
| XYZ | 37 | 53.76 | 20.48 | - |
| YUV | 178.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 100 | 0.33 | 0 | 0.53 | 0.17 | 97.5 | 0.57 | 0.61 |
| Hex | 8E | D4 | 64 | 21 | 0 | 35 | 11 | 62 | 39 | 3D |
| Octal | 216 | 324 | 144 | 41 | 0 | 65 | 21 | 142 | 71 | 75 |
| Binary | 10001110 | 11010100 | 1100100 | 100001 | 0 | 110101 | 10001 | 1100010 | 111001 | 111101 |
Color Harmonies of #8ED464
Complementary color
Monochromatic Colors of #8ED464
Black with #8ED464
Text Example
Text Example
White with #8ED464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED464; }
p { color: rgb(142,212,100); }
H1.HeaderClassName
{
color: #8ED464;
}
.AnyTagClassName
{
color: #8ED464;
}
</style>
background-color css
<style>
a { background-color: #8ED464; }
a { background-color: rgb(142,212,100); }
div.DivClassName
{
background-color: #8ED464;
}
.BgClassName
{
background-color: #8ED464;
}
</style>
border-color css
<style>
span { border-color: #8ED464; }
span { border-color: rgb(142,212,100); }
td.TdClassName
{
border-color: #8ED464;
}
.TagClassName
{
border-color: #8ED464;
}
</style>