Shades of Mantis #8ED55B
Tints of Mantis #8ED55B
RGB
CMYK
RGB Variations
Color information
#8ED55B (or 0x8ED55B) is known color: Mantis. HEX triplet: 8E, D5 and 5B. RGB value is (142,213,91). Sum of RGB (Red+Green+Blue) = 142+213+91=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED55B is #712AA4. Grayscale: #B2B2B2. Windows color (decimal): -7416485 or 6018446. OLE color: 6018446.
HSL color Cylindrical-coordinate representation of color #8ED55B: hue angle of 94.92º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8ED55B is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 91 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.16 |
| HSL | 94.92º | 0.59% | 0.6% | - |
| HSV(B) | 94.92º | 0.57% | 0.84% | - |
| XYZ | 36.84 | 54.09 | 18.4 | - |
| YUV | 177.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 91 | 0.33 | 0 | 0.57 | 0.16 | 94.92 | 0.59 | 0.6 |
| Hex | 8E | D5 | 5B | 21 | 0 | 39 | 10 | 5F | 3B | 3C |
| Octal | 216 | 325 | 133 | 41 | 0 | 71 | 20 | 137 | 73 | 74 |
| Binary | 10001110 | 11010101 | 1011011 | 100001 | 0 | 111001 | 10000 | 1011111 | 111011 | 111100 |
Color Harmonies of #8ED55B
Complementary color
Monochromatic Colors of #8ED55B
Black with #8ED55B
Text Example
Text Example
White with #8ED55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED55B; }
p { color: rgb(142,213,91); }
H1.HeaderClassName
{
color: #8ED55B;
}
.AnyTagClassName
{
color: #8ED55B;
}
</style>
background-color css
<style>
a { background-color: #8ED55B; }
a { background-color: rgb(142,213,91); }
div.DivClassName
{
background-color: #8ED55B;
}
.BgClassName
{
background-color: #8ED55B;
}
</style>
border-color css
<style>
span { border-color: #8ED55B; }
span { border-color: rgb(142,213,91); }
td.TdClassName
{
border-color: #8ED55B;
}
.TagClassName
{
border-color: #8ED55B;
}
</style>