Shades of Mantis #8DEA5F
Tints of Mantis #8DEA5F
RGB
CMYK
RGB Variations
Color information
#8DEA5F (or 0x8DEA5F) is known color: Mantis. HEX triplet: 8D, EA and 5F. RGB value is (141,234,95). Sum of RGB (Red+Green+Blue) = 141+234+95=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEA5F is #7215A0. Grayscale: #BEBEBE. Windows color (decimal): -7476641 or 6285965. OLE color: 6285965.
HSL color Cylindrical-coordinate representation of color #8DEA5F: hue angle of 100.14º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DEA5F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 95 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.08 |
| HSL | 100.14º | 0.77% | 0.65% | - |
| HSV(B) | 100.14º | 0.59% | 0.92% | - |
| XYZ | 42.47 | 65.33 | 21.2 | - |
| YUV | 190.35 | 74.19 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 95 | 0.40 | 0 | 0.59 | 0.08 | 100.14 | 0.77 | 0.65 |
| Hex | 8D | EA | 5F | 28 | 0 | 3B | 8 | 64 | 4D | 41 |
| Octal | 215 | 352 | 137 | 50 | 0 | 73 | 10 | 144 | 115 | 101 |
| Binary | 10001101 | 11101010 | 1011111 | 101000 | 0 | 111011 | 1000 | 1100100 | 1001101 | 1000001 |
Color Harmonies of #8DEA5F
Complementary color
Monochromatic Colors of #8DEA5F
Black with #8DEA5F
Text Example
Text Example
White with #8DEA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEA5F; }
p { color: rgb(141,234,95); }
H1.HeaderClassName
{
color: #8DEA5F;
}
.AnyTagClassName
{
color: #8DEA5F;
}
</style>
background-color css
<style>
a { background-color: #8DEA5F; }
a { background-color: rgb(141,234,95); }
div.DivClassName
{
background-color: #8DEA5F;
}
.BgClassName
{
background-color: #8DEA5F;
}
</style>
border-color css
<style>
span { border-color: #8DEA5F; }
span { border-color: rgb(141,234,95); }
td.TdClassName
{
border-color: #8DEA5F;
}
.TagClassName
{
border-color: #8DEA5F;
}
</style>