Shades of Mantis #8ED465
Tints of Mantis #8ED465
RGB
CMYK
RGB Variations
Color information
#8ED465 (or 0x8ED465) is known color: Mantis. HEX triplet: 8E, D4 and 65. RGB value is (142,212,101). Sum of RGB (Red+Green+Blue) = 142+212+101=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED465 is #712B9A. Grayscale: #B2B2B2. Windows color (decimal): -7416731 or 6673550. OLE color: 6673550.
HSL color Cylindrical-coordinate representation of color #8ED465: hue angle of 97.84º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8ED465 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 101 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.17 |
| HSL | 97.84º | 0.56% | 0.61% | - |
| HSV(B) | 97.84º | 0.52% | 0.83% | - |
| XYZ | 37.05 | 53.78 | 20.74 | - |
| YUV | 178.42 | 84.31 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 101 | 0.33 | 0 | 0.52 | 0.17 | 97.84 | 0.56 | 0.61 |
| Hex | 8E | D4 | 65 | 21 | 0 | 34 | 11 | 62 | 38 | 3D |
| Octal | 216 | 324 | 145 | 41 | 0 | 64 | 21 | 142 | 70 | 75 |
| Binary | 10001110 | 11010100 | 1100101 | 100001 | 0 | 110100 | 10001 | 1100010 | 111000 | 111101 |
Color Harmonies of #8ED465
Complementary color
Monochromatic Colors of #8ED465
Black with #8ED465
Text Example
Text Example
White with #8ED465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED465; }
p { color: rgb(142,212,101); }
H1.HeaderClassName
{
color: #8ED465;
}
.AnyTagClassName
{
color: #8ED465;
}
</style>
background-color css
<style>
a { background-color: #8ED465; }
a { background-color: rgb(142,212,101); }
div.DivClassName
{
background-color: #8ED465;
}
.BgClassName
{
background-color: #8ED465;
}
</style>
border-color css
<style>
span { border-color: #8ED465; }
span { border-color: rgb(142,212,101); }
td.TdClassName
{
border-color: #8ED465;
}
.TagClassName
{
border-color: #8ED465;
}
</style>