Shades of Mantis #8ED25D
Tints of Mantis #8ED25D
RGB
CMYK
RGB Variations
Color information
#8ED25D (or 0x8ED25D) is known color: Mantis. HEX triplet: 8E, D2 and 5D. RGB value is (142,210,93). Sum of RGB (Red+Green+Blue) = 142+210+93=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED25D is #712DA2. Grayscale: #B0B0B0. Windows color (decimal): -7417251 or 6148750. OLE color: 6148750.
HSL color Cylindrical-coordinate representation of color #8ED25D: hue angle of 94.87º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ED25D is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 93 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.18 |
| HSL | 94.87º | 0.57% | 0.59% | - |
| HSV(B) | 94.87º | 0.56% | 0.82% | - |
| XYZ | 36.18 | 52.63 | 18.61 | - |
| YUV | 176.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 93 | 0.32 | 0 | 0.56 | 0.18 | 94.87 | 0.57 | 0.59 |
| Hex | 8E | D2 | 5D | 20 | 0 | 38 | 12 | 5F | 39 | 3B |
| Octal | 216 | 322 | 135 | 40 | 0 | 70 | 22 | 137 | 71 | 73 |
| Binary | 10001110 | 11010010 | 1011101 | 100000 | 0 | 111000 | 10010 | 1011111 | 111001 | 111011 |
Color Harmonies of #8ED25D
Complementary color
Monochromatic Colors of #8ED25D
Black with #8ED25D
Text Example
Text Example
White with #8ED25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED25D; }
p { color: rgb(142,210,93); }
H1.HeaderClassName
{
color: #8ED25D;
}
.AnyTagClassName
{
color: #8ED25D;
}
</style>
background-color css
<style>
a { background-color: #8ED25D; }
a { background-color: rgb(142,210,93); }
div.DivClassName
{
background-color: #8ED25D;
}
.BgClassName
{
background-color: #8ED25D;
}
</style>
border-color css
<style>
span { border-color: #8ED25D; }
span { border-color: rgb(142,210,93); }
td.TdClassName
{
border-color: #8ED25D;
}
.TagClassName
{
border-color: #8ED25D;
}
</style>