Shades of Mantis #8DEC58
Tints of Mantis #8DEC58
RGB
CMYK
RGB Variations
Color information
#8DEC58 (or 0x8DEC58) is known color: Mantis. HEX triplet: 8D, EC and 58. RGB value is (141,236,88). Sum of RGB (Red+Green+Blue) = 141+236+88=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #8DEC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEC58 is #7213A7. Grayscale: #BFBFBF. Windows color (decimal): -7476136 or 5827725. OLE color: 5827725.
HSL color Cylindrical-coordinate representation of color #8DEC58: hue angle of 98.51º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DEC58 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 88 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.07 |
| HSL | 98.51º | 0.8% | 0.64% | - |
| HSV(B) | 98.51º | 0.63% | 0.93% | - |
| XYZ | 42.74 | 66.36 | 19.79 | - |
| YUV | 190.72 | 70.03 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 88 | 0.40 | 0 | 0.63 | 0.07 | 98.51 | 0.8 | 0.64 |
| Hex | 8D | EC | 58 | 28 | 0 | 3F | 7 | 63 | 50 | 40 |
| Octal | 215 | 354 | 130 | 50 | 0 | 77 | 7 | 143 | 120 | 100 |
| Binary | 10001101 | 11101100 | 1011000 | 101000 | 0 | 111111 | 111 | 1100011 | 1010000 | 1000000 |
Color Harmonies of #8DEC58
Complementary color
Monochromatic Colors of #8DEC58
Black with #8DEC58
Text Example
Text Example
White with #8DEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEC58; }
p { color: rgb(141,236,88); }
H1.HeaderClassName
{
color: #8DEC58;
}
.AnyTagClassName
{
color: #8DEC58;
}
</style>
background-color css
<style>
a { background-color: #8DEC58; }
a { background-color: rgb(141,236,88); }
div.DivClassName
{
background-color: #8DEC58;
}
.BgClassName
{
background-color: #8DEC58;
}
</style>
border-color css
<style>
span { border-color: #8DEC58; }
span { border-color: rgb(141,236,88); }
td.TdClassName
{
border-color: #8DEC58;
}
.TagClassName
{
border-color: #8DEC58;
}
</style>