Shades of Mantis #8DCA4E
Tints of Mantis #8DCA4E
RGB
CMYK
RGB Variations
Color information
#8DCA4E (or 0x8DCA4E) is known color: Mantis. HEX triplet: 8D, CA and 4E. RGB value is (141,202,78). Sum of RGB (Red+Green+Blue) = 141+202+78=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA4E is #7235B1. Grayscale: #AAAAAA. Windows color (decimal): -7484850 or 5163661. OLE color: 5163661.
HSL color Cylindrical-coordinate representation of color #8DCA4E: hue angle of 89.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DCA4E is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 78 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.21 |
| HSL | 89.52º | 0.54% | 0.55% | - |
| HSV(B) | 89.52º | 0.61% | 0.79% | - |
| XYZ | 33.48 | 48.45 | 14.8 | - |
| YUV | 169.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 78 | 0.30 | 0 | 0.61 | 0.21 | 89.52 | 0.54 | 0.55 |
| Hex | 8D | CA | 4E | 1E | 0 | 3D | 15 | 5A | 36 | 37 |
| Octal | 215 | 312 | 116 | 36 | 0 | 75 | 25 | 132 | 66 | 67 |
| Binary | 10001101 | 11001010 | 1001110 | 11110 | 0 | 111101 | 10101 | 1011010 | 110110 | 110111 |
Color Harmonies of #8DCA4E
Complementary color
Monochromatic Colors of #8DCA4E
Black with #8DCA4E
Text Example
Text Example
White with #8DCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA4E; }
p { color: rgb(141,202,78); }
H1.HeaderClassName
{
color: #8DCA4E;
}
.AnyTagClassName
{
color: #8DCA4E;
}
</style>
background-color css
<style>
a { background-color: #8DCA4E; }
a { background-color: rgb(141,202,78); }
div.DivClassName
{
background-color: #8DCA4E;
}
.BgClassName
{
background-color: #8DCA4E;
}
</style>
border-color css
<style>
span { border-color: #8DCA4E; }
span { border-color: rgb(141,202,78); }
td.TdClassName
{
border-color: #8DCA4E;
}
.TagClassName
{
border-color: #8DCA4E;
}
</style>