Shades of Mantis #8EDC5C
Tints of Mantis #8EDC5C
RGB
CMYK
RGB Variations
Color information
#8EDC5C (or 0x8EDC5C) is known color: Mantis. HEX triplet: 8E, DC and 5C. RGB value is (142,220,92). Sum of RGB (Red+Green+Blue) = 142+220+92=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC5C is #7123A3. Grayscale: #B6B6B6. Windows color (decimal): -7414692 or 6085774. OLE color: 6085774.
HSL color Cylindrical-coordinate representation of color #8EDC5C: hue angle of 96.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EDC5C is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 92 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.14 |
| HSL | 96.56º | 0.65% | 0.61% | - |
| HSV(B) | 96.56º | 0.58% | 0.86% | - |
| XYZ | 38.68 | 57.71 | 19.23 | - |
| YUV | 182.09 | 77.16 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 92 | 0.35 | 0 | 0.58 | 0.14 | 96.56 | 0.65 | 0.61 |
| Hex | 8E | DC | 5C | 23 | 0 | 3A | E | 61 | 41 | 3D |
| Octal | 216 | 334 | 134 | 43 | 0 | 72 | 16 | 141 | 101 | 75 |
| Binary | 10001110 | 11011100 | 1011100 | 100011 | 0 | 111010 | 1110 | 1100001 | 1000001 | 111101 |
Color Harmonies of #8EDC5C
Complementary color
Monochromatic Colors of #8EDC5C
Black with #8EDC5C
Text Example
Text Example
White with #8EDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC5C; }
p { color: rgb(142,220,92); }
H1.HeaderClassName
{
color: #8EDC5C;
}
.AnyTagClassName
{
color: #8EDC5C;
}
</style>
background-color css
<style>
a { background-color: #8EDC5C; }
a { background-color: rgb(142,220,92); }
div.DivClassName
{
background-color: #8EDC5C;
}
.BgClassName
{
background-color: #8EDC5C;
}
</style>
border-color css
<style>
span { border-color: #8EDC5C; }
span { border-color: rgb(142,220,92); }
td.TdClassName
{
border-color: #8EDC5C;
}
.TagClassName
{
border-color: #8EDC5C;
}
</style>