Shades of Mantis #8DBD5C
Tints of Mantis #8DBD5C
RGB
CMYK
RGB Variations
Color information
#8DBD5C (or 0x8DBD5C) is known color: Mantis. HEX triplet: 8D, BD and 5C. RGB value is (141,189,92). Sum of RGB (Red+Green+Blue) = 141+189+92=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD5C is #7242A3. Grayscale: #A3A3A3. Windows color (decimal): -7488164 or 6077837. OLE color: 6077837.
HSL color Cylindrical-coordinate representation of color #8DBD5C: hue angle of 89.69º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DBD5C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 92 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.26 |
| HSL | 89.69º | 0.42% | 0.55% | - |
| HSV(B) | 89.69º | 0.51% | 0.74% | - |
| XYZ | 31.11 | 42.83 | 16.75 | - |
| YUV | 163.59 | 87.6 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 92 | 0.25 | 0 | 0.51 | 0.26 | 89.69 | 0.42 | 0.55 |
| Hex | 8D | BD | 5C | 19 | 0 | 33 | 1A | 5A | 2A | 37 |
| Octal | 215 | 275 | 134 | 31 | 0 | 63 | 32 | 132 | 52 | 67 |
| Binary | 10001101 | 10111101 | 1011100 | 11001 | 0 | 110011 | 11010 | 1011010 | 101010 | 110111 |
Color Harmonies of #8DBD5C
Complementary color
Monochromatic Colors of #8DBD5C
Black with #8DBD5C
Text Example
Text Example
White with #8DBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD5C; }
p { color: rgb(141,189,92); }
H1.HeaderClassName
{
color: #8DBD5C;
}
.AnyTagClassName
{
color: #8DBD5C;
}
</style>
background-color css
<style>
a { background-color: #8DBD5C; }
a { background-color: rgb(141,189,92); }
div.DivClassName
{
background-color: #8DBD5C;
}
.BgClassName
{
background-color: #8DBD5C;
}
</style>
border-color css
<style>
span { border-color: #8DBD5C; }
span { border-color: rgb(141,189,92); }
td.TdClassName
{
border-color: #8DBD5C;
}
.TagClassName
{
border-color: #8DBD5C;
}
</style>