Shades of Mantis #8DCA5B
Tints of Mantis #8DCA5B
RGB
CMYK
RGB Variations
Color information
#8DCA5B (or 0x8DCA5B) is known color: Mantis. HEX triplet: 8D, CA and 5B. RGB value is (141,202,91). Sum of RGB (Red+Green+Blue) = 141+202+91=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA5B is #7235A4. Grayscale: #ABABAB. Windows color (decimal): -7484837 or 6015629. OLE color: 6015629.
HSL color Cylindrical-coordinate representation of color #8DCA5B: hue angle of 92.97º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DCA5B is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 91 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.21 |
| HSL | 92.97º | 0.51% | 0.57% | - |
| HSV(B) | 92.97º | 0.55% | 0.79% | - |
| XYZ | 33.99 | 48.66 | 17.5 | - |
| YUV | 171.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 91 | 0.30 | 0 | 0.55 | 0.21 | 92.97 | 0.51 | 0.57 |
| Hex | 8D | CA | 5B | 1E | 0 | 37 | 15 | 5D | 33 | 39 |
| Octal | 215 | 312 | 133 | 36 | 0 | 67 | 25 | 135 | 63 | 71 |
| Binary | 10001101 | 11001010 | 1011011 | 11110 | 0 | 110111 | 10101 | 1011101 | 110011 | 111001 |
Color Harmonies of #8DCA5B
Complementary color
Monochromatic Colors of #8DCA5B
Black with #8DCA5B
Text Example
Text Example
White with #8DCA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA5B; }
p { color: rgb(141,202,91); }
H1.HeaderClassName
{
color: #8DCA5B;
}
.AnyTagClassName
{
color: #8DCA5B;
}
</style>
background-color css
<style>
a { background-color: #8DCA5B; }
a { background-color: rgb(141,202,91); }
div.DivClassName
{
background-color: #8DCA5B;
}
.BgClassName
{
background-color: #8DCA5B;
}
</style>
border-color css
<style>
span { border-color: #8DCA5B; }
span { border-color: rgb(141,202,91); }
td.TdClassName
{
border-color: #8DCA5B;
}
.TagClassName
{
border-color: #8DCA5B;
}
</style>