Shades of Mantis #8DCA5A
Tints of Mantis #8DCA5A
RGB
CMYK
RGB Variations
Color information
#8DCA5A (or 0x8DCA5A) is known color: Mantis. HEX triplet: 8D, CA and 5A. RGB value is (141,202,90). Sum of RGB (Red+Green+Blue) = 141+202+90=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA5A is #7235A5. Grayscale: #ABABAB. Windows color (decimal): -7484838 or 5950093. OLE color: 5950093.
HSL color Cylindrical-coordinate representation of color #8DCA5A: hue angle of 92.68º 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 #8DCA5A is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 90 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.21 |
| HSL | 92.68º | 0.51% | 0.57% | - |
| HSV(B) | 92.68º | 0.55% | 0.79% | - |
| XYZ | 33.95 | 48.64 | 17.27 | - |
| YUV | 170.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 90 | 0.30 | 0 | 0.55 | 0.21 | 92.68 | 0.51 | 0.57 |
| Hex | 8D | CA | 5A | 1E | 0 | 37 | 15 | 5D | 33 | 39 |
| Octal | 215 | 312 | 132 | 36 | 0 | 67 | 25 | 135 | 63 | 71 |
| Binary | 10001101 | 11001010 | 1011010 | 11110 | 0 | 110111 | 10101 | 1011101 | 110011 | 111001 |
Color Harmonies of #8DCA5A
Complementary color
Monochromatic Colors of #8DCA5A
Black with #8DCA5A
Text Example
Text Example
White with #8DCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA5A; }
p { color: rgb(141,202,90); }
H1.HeaderClassName
{
color: #8DCA5A;
}
.AnyTagClassName
{
color: #8DCA5A;
}
</style>
background-color css
<style>
a { background-color: #8DCA5A; }
a { background-color: rgb(141,202,90); }
div.DivClassName
{
background-color: #8DCA5A;
}
.BgClassName
{
background-color: #8DCA5A;
}
</style>
border-color css
<style>
span { border-color: #8DCA5A; }
span { border-color: rgb(141,202,90); }
td.TdClassName
{
border-color: #8DCA5A;
}
.TagClassName
{
border-color: #8DCA5A;
}
</style>