Shades of Mantis #8DC751
Tints of Mantis #8DC751
RGB
CMYK
RGB Variations
Color information
#8DC751 (or 0x8DC751) is known color: Mantis. HEX triplet: 8D, C7 and 51. RGB value is (141,199,81). Sum of RGB (Red+Green+Blue) = 141+199+81=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC751 is #7238AE. Grayscale: #A8A8A8. Windows color (decimal): -7485615 or 5359501. OLE color: 5359501.
HSL color Cylindrical-coordinate representation of color #8DC751: hue angle of 89.49º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DC751 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 81 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.22 |
| HSL | 89.49º | 0.51% | 0.55% | - |
| HSV(B) | 89.49º | 0.59% | 0.78% | - |
| XYZ | 32.89 | 47.1 | 15.14 | - |
| YUV | 168.21 | 78.78 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 81 | 0.29 | 0 | 0.59 | 0.22 | 89.49 | 0.51 | 0.55 |
| Hex | 8D | C7 | 51 | 1D | 0 | 3B | 16 | 59 | 33 | 37 |
| Octal | 215 | 307 | 121 | 35 | 0 | 73 | 26 | 131 | 63 | 67 |
| Binary | 10001101 | 11000111 | 1010001 | 11101 | 0 | 111011 | 10110 | 1011001 | 110011 | 110111 |
Color Harmonies of #8DC751
Complementary color
Monochromatic Colors of #8DC751
Black with #8DC751
Text Example
Text Example
White with #8DC751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC751; }
p { color: rgb(141,199,81); }
H1.HeaderClassName
{
color: #8DC751;
}
.AnyTagClassName
{
color: #8DC751;
}
</style>
background-color css
<style>
a { background-color: #8DC751; }
a { background-color: rgb(141,199,81); }
div.DivClassName
{
background-color: #8DC751;
}
.BgClassName
{
background-color: #8DC751;
}
</style>
border-color css
<style>
span { border-color: #8DC751; }
span { border-color: rgb(141,199,81); }
td.TdClassName
{
border-color: #8DC751;
}
.TagClassName
{
border-color: #8DC751;
}
</style>