Shades of Mantis #8DEB5E
Tints of Mantis #8DEB5E
RGB
CMYK
RGB Variations
Color information
#8DEB5E (or 0x8DEB5E) is known color: Mantis. HEX triplet: 8D, EB and 5E. RGB value is (141,235,94). Sum of RGB (Red+Green+Blue) = 141+235+94=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEB5E is #7214A1. Grayscale: #BFBFBF. Windows color (decimal): -7476386 or 6220685. OLE color: 6220685.
HSL color Cylindrical-coordinate representation of color #8DEB5E: hue angle of 100º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DEB5E is Cyan = 0.4, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 94 | - |
| CMYK | 0.4 | 0 | 0.6 | 0.08 |
| HSL | 100º | 0.78% | 0.65% | - |
| HSV(B) | 100º | 0.6% | 0.92% | - |
| XYZ | 42.71 | 65.89 | 21.06 | - |
| YUV | 190.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 94 | 0.4 | 0 | 0.6 | 0.08 | 100 | 0.78 | 0.65 |
| Hex | 8D | EB | 5E | 28 | 0 | 3C | 8 | 64 | 4E | 41 |
| Octal | 215 | 353 | 136 | 50 | 0 | 74 | 10 | 144 | 116 | 101 |
| Binary | 10001101 | 11101011 | 1011110 | 101000 | 0 | 111100 | 1000 | 1100100 | 1001110 | 1000001 |
Color Harmonies of #8DEB5E
Complementary color
Monochromatic Colors of #8DEB5E
Black with #8DEB5E
Text Example
Text Example
White with #8DEB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEB5E; }
p { color: rgb(141,235,94); }
H1.HeaderClassName
{
color: #8DEB5E;
}
.AnyTagClassName
{
color: #8DEB5E;
}
</style>
background-color css
<style>
a { background-color: #8DEB5E; }
a { background-color: rgb(141,235,94); }
div.DivClassName
{
background-color: #8DEB5E;
}
.BgClassName
{
background-color: #8DEB5E;
}
</style>
border-color css
<style>
span { border-color: #8DEB5E; }
span { border-color: rgb(141,235,94); }
td.TdClassName
{
border-color: #8DEB5E;
}
.TagClassName
{
border-color: #8DEB5E;
}
</style>