Shades of Mantis #8DBC5E
Tints of Mantis #8DBC5E
RGB
CMYK
RGB Variations
Color information
#8DBC5E (or 0x8DBC5E) is known color: Mantis. HEX triplet: 8D, BC and 5E. RGB value is (141,188,94). Sum of RGB (Red+Green+Blue) = 141+188+94=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC5E is #7243A1. Grayscale: #A3A3A3. Windows color (decimal): -7488418 or 6208653. OLE color: 6208653.
HSL color Cylindrical-coordinate representation of color #8DBC5E: hue angle of 90º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DBC5E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 141 | 188 | 94 | - |
CMYK | 0.25 | 0 | 0.50 | 0.26 |
HSL | 90º | 0.41% | 0.55% | - |
HSV(B) | 90º | 0.5% | 0.74% | - |
XYZ | 30.99 | 42.44 | 17.15 | - |
YUV | 163.23 | 88.93 | 112.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 188 | 94 | 0.25 | 0 | 0.50 | 0.26 | 90 | 0.41 | 0.55 |
Hex | 8D | BC | 5E | 19 | 0 | 32 | 1A | 5A | 29 | 37 |
Octal | 215 | 274 | 136 | 31 | 0 | 62 | 32 | 132 | 51 | 67 |
Binary | 10001101 | 10111100 | 1011110 | 11001 | 0 | 110010 | 11010 | 1011010 | 101001 | 110111 |
Color Harmonies of #8DBC5E
Complementary color
Monochromatic Colors of #8DBC5E
Black with #8DBC5E
Text Example
Text Example
White with #8DBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC5E; }
p { color: rgb(141,188,94); }
H1.HeaderClassName
{
color: #8DBC5E;
}
.AnyTagClassName
{
color: #8DBC5E;
}
</style>
background-color css
<style>
a { background-color: #8DBC5E; }
a { background-color: rgb(141,188,94); }
div.DivClassName
{
background-color: #8DBC5E;
}
.BgClassName
{
background-color: #8DBC5E;
}
</style>
border-color css
<style>
span { border-color: #8DBC5E; }
span { border-color: rgb(141,188,94); }
td.TdClassName
{
border-color: #8DBC5E;
}
.TagClassName
{
border-color: #8DBC5E;
}
</style>