Shades of Mantis #8DBE58
Tints of Mantis #8DBE58
RGB
CMYK
RGB Variations
Color information
#8DBE58 (or 0x8DBE58) is known color: Mantis. HEX triplet: 8D, BE and 58. RGB value is (141,190,88). Sum of RGB (Red+Green+Blue) = 141+190+88=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBE58 is #7241A7. Grayscale: #A4A4A4. Windows color (decimal): -7487912 or 5815949. OLE color: 5815949.
HSL color Cylindrical-coordinate representation of color #8DBE58: hue angle of 88.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DBE58 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 88 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.25 |
| HSL | 88.82º | 0.44% | 0.55% | - |
| HSV(B) | 88.82º | 0.54% | 0.75% | - |
| XYZ | 31.16 | 43.19 | 15.93 | - |
| YUV | 163.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 88 | 0.26 | 0 | 0.54 | 0.25 | 88.82 | 0.44 | 0.55 |
| Hex | 8D | BE | 58 | 1A | 0 | 36 | 19 | 59 | 2C | 37 |
| Octal | 215 | 276 | 130 | 32 | 0 | 66 | 31 | 131 | 54 | 67 |
| Binary | 10001101 | 10111110 | 1011000 | 11010 | 0 | 110110 | 11001 | 1011001 | 101100 | 110111 |
Color Harmonies of #8DBE58
Complementary color
Monochromatic Colors of #8DBE58
Black with #8DBE58
Text Example
Text Example
White with #8DBE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE58; }
p { color: rgb(141,190,88); }
H1.HeaderClassName
{
color: #8DBE58;
}
.AnyTagClassName
{
color: #8DBE58;
}
</style>
background-color css
<style>
a { background-color: #8DBE58; }
a { background-color: rgb(141,190,88); }
div.DivClassName
{
background-color: #8DBE58;
}
.BgClassName
{
background-color: #8DBE58;
}
</style>
border-color css
<style>
span { border-color: #8DBE58; }
span { border-color: rgb(141,190,88); }
td.TdClassName
{
border-color: #8DBE58;
}
.TagClassName
{
border-color: #8DBE58;
}
</style>