Shades of Mantis #8DBE5D
Tints of Mantis #8DBE5D
RGB
CMYK
RGB Variations
Color information
#8DBE5D (or 0x8DBE5D) is known color: Mantis. HEX triplet: 8D, BE and 5D. RGB value is (141,190,93). Sum of RGB (Red+Green+Blue) = 141+190+93=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBE5D is #7241A2. Grayscale: #A4A4A4. Windows color (decimal): -7487907 or 6143629. OLE color: 6143629.
HSL color Cylindrical-coordinate representation of color #8DBE5D: hue angle of 90.31º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DBE5D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 93 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.25 |
| HSL | 90.31º | 0.43% | 0.55% | - |
| HSV(B) | 90.31º | 0.51% | 0.75% | - |
| XYZ | 31.37 | 43.28 | 17.06 | - |
| YUV | 164.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 93 | 0.26 | 0 | 0.51 | 0.25 | 90.31 | 0.43 | 0.55 |
| Hex | 8D | BE | 5D | 1A | 0 | 33 | 19 | 5A | 2B | 37 |
| Octal | 215 | 276 | 135 | 32 | 0 | 63 | 31 | 132 | 53 | 67 |
| Binary | 10001101 | 10111110 | 1011101 | 11010 | 0 | 110011 | 11001 | 1011010 | 101011 | 110111 |
Color Harmonies of #8DBE5D
Complementary color
Monochromatic Colors of #8DBE5D
Black with #8DBE5D
Text Example
Text Example
White with #8DBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE5D; }
p { color: rgb(141,190,93); }
H1.HeaderClassName
{
color: #8DBE5D;
}
.AnyTagClassName
{
color: #8DBE5D;
}
</style>
background-color css
<style>
a { background-color: #8DBE5D; }
a { background-color: rgb(141,190,93); }
div.DivClassName
{
background-color: #8DBE5D;
}
.BgClassName
{
background-color: #8DBE5D;
}
</style>
border-color css
<style>
span { border-color: #8DBE5D; }
span { border-color: rgb(141,190,93); }
td.TdClassName
{
border-color: #8DBE5D;
}
.TagClassName
{
border-color: #8DBE5D;
}
</style>