Shades of Mantis #8ED461
Tints of Mantis #8ED461
RGB
CMYK
RGB Variations
Color information
#8ED461 (or 0x8ED461) is known color: Mantis. HEX triplet: 8E, D4 and 61. RGB value is (142,212,97). Sum of RGB (Red+Green+Blue) = 142+212+97=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED461 is #712B9E. Grayscale: #B2B2B2. Windows color (decimal): -7416735 or 6411406. OLE color: 6411406.
HSL color Cylindrical-coordinate representation of color #8ED461: hue angle of 96.52º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8ED461 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 97 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.17 |
| HSL | 96.52º | 0.57% | 0.61% | - |
| HSV(B) | 96.52º | 0.54% | 0.83% | - |
| XYZ | 36.86 | 53.7 | 19.73 | - |
| YUV | 177.96 | 82.31 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 97 | 0.33 | 0 | 0.54 | 0.17 | 96.52 | 0.57 | 0.61 |
| Hex | 8E | D4 | 61 | 21 | 0 | 36 | 11 | 61 | 39 | 3D |
| Octal | 216 | 324 | 141 | 41 | 0 | 66 | 21 | 141 | 71 | 75 |
| Binary | 10001110 | 11010100 | 1100001 | 100001 | 0 | 110110 | 10001 | 1100001 | 111001 | 111101 |
Color Harmonies of #8ED461
Complementary color
Monochromatic Colors of #8ED461
Black with #8ED461
Text Example
Text Example
White with #8ED461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED461; }
p { color: rgb(142,212,97); }
H1.HeaderClassName
{
color: #8ED461;
}
.AnyTagClassName
{
color: #8ED461;
}
</style>
background-color css
<style>
a { background-color: #8ED461; }
a { background-color: rgb(142,212,97); }
div.DivClassName
{
background-color: #8ED461;
}
.BgClassName
{
background-color: #8ED461;
}
</style>
border-color css
<style>
span { border-color: #8ED461; }
span { border-color: rgb(142,212,97); }
td.TdClassName
{
border-color: #8ED461;
}
.TagClassName
{
border-color: #8ED461;
}
</style>