Shades of Mantis #8DBE5E
Tints of Mantis #8DBE5E
RGB
CMYK
RGB Variations
Color information
#8DBE5E (or 0x8DBE5E) is known color: Mantis. HEX triplet: 8D, BE and 5E. RGB value is (141,190,94). Sum of RGB (Red+Green+Blue) = 141+190+94=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBE5E is #7241A1. Grayscale: #A4A4A4. Windows color (decimal): -7487906 or 6209165. OLE color: 6209165.
HSL color Cylindrical-coordinate representation of color #8DBE5E: hue angle of 90.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DBE5E is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 94 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.25 |
| HSL | 90.63º | 0.42% | 0.56% | - |
| HSV(B) | 90.63º | 0.51% | 0.75% | - |
| XYZ | 31.42 | 43.3 | 17.29 | - |
| YUV | 164.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 94 | 0.26 | 0 | 0.51 | 0.25 | 90.63 | 0.42 | 0.56 |
| Hex | 8D | BE | 5E | 1A | 0 | 33 | 19 | 5B | 2A | 38 |
| Octal | 215 | 276 | 136 | 32 | 0 | 63 | 31 | 133 | 52 | 70 |
| Binary | 10001101 | 10111110 | 1011110 | 11010 | 0 | 110011 | 11001 | 1011011 | 101010 | 111000 |
Color Harmonies of #8DBE5E
Complementary color
Monochromatic Colors of #8DBE5E
Black with #8DBE5E
Text Example
Text Example
White with #8DBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE5E; }
p { color: rgb(141,190,94); }
H1.HeaderClassName
{
color: #8DBE5E;
}
.AnyTagClassName
{
color: #8DBE5E;
}
</style>
background-color css
<style>
a { background-color: #8DBE5E; }
a { background-color: rgb(141,190,94); }
div.DivClassName
{
background-color: #8DBE5E;
}
.BgClassName
{
background-color: #8DBE5E;
}
</style>
border-color css
<style>
span { border-color: #8DBE5E; }
span { border-color: rgb(141,190,94); }
td.TdClassName
{
border-color: #8DBE5E;
}
.TagClassName
{
border-color: #8DBE5E;
}
</style>