Shades of Mantis #8DC151
Tints of Mantis #8DC151
RGB
CMYK
RGB Variations
Color information
#8DC151 (or 0x8DC151) is known color: Mantis. HEX triplet: 8D, C1 and 51. RGB value is (141,193,81). Sum of RGB (Red+Green+Blue) = 141+193+81=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC151 is #723EAE. Grayscale: #A5A5A5. Windows color (decimal): -7487151 or 5357965. OLE color: 5357965.
HSL color Cylindrical-coordinate representation of color #8DC151: hue angle of 87.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DC151 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 81 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.24 |
| HSL | 87.86º | 0.47% | 0.54% | - |
| HSV(B) | 87.86º | 0.58% | 0.76% | - |
| XYZ | 31.54 | 44.4 | 14.69 | - |
| YUV | 164.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 81 | 0.27 | 0 | 0.58 | 0.24 | 87.86 | 0.47 | 0.54 |
| Hex | 8D | C1 | 51 | 1B | 0 | 3A | 18 | 58 | 2F | 36 |
| Octal | 215 | 301 | 121 | 33 | 0 | 72 | 30 | 130 | 57 | 66 |
| Binary | 10001101 | 11000001 | 1010001 | 11011 | 0 | 111010 | 11000 | 1011000 | 101111 | 110110 |
Color Harmonies of #8DC151
Complementary color
Monochromatic Colors of #8DC151
Black with #8DC151
Text Example
Text Example
White with #8DC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC151; }
p { color: rgb(141,193,81); }
H1.HeaderClassName
{
color: #8DC151;
}
.AnyTagClassName
{
color: #8DC151;
}
</style>
background-color css
<style>
a { background-color: #8DC151; }
a { background-color: rgb(141,193,81); }
div.DivClassName
{
background-color: #8DC151;
}
.BgClassName
{
background-color: #8DC151;
}
</style>
border-color css
<style>
span { border-color: #8DC151; }
span { border-color: rgb(141,193,81); }
td.TdClassName
{
border-color: #8DC151;
}
.TagClassName
{
border-color: #8DC151;
}
</style>