Shades of Mantis #8DC951
Tints of Mantis #8DC951
RGB
CMYK
RGB Variations
Color information
#8DC951 (or 0x8DC951) is known color: Mantis. HEX triplet: 8D, C9 and 51. RGB value is (141,201,81). Sum of RGB (Red+Green+Blue) = 141+201+81=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC951 is #7236AE. Grayscale: #A9A9A9. Windows color (decimal): -7485103 or 5360013. OLE color: 5360013.
HSL color Cylindrical-coordinate representation of color #8DC951: hue angle of 90º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DC951 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 81 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.21 |
| HSL | 90º | 0.53% | 0.55% | - |
| HSV(B) | 90º | 0.6% | 0.79% | - |
| XYZ | 33.36 | 48.03 | 15.3 | - |
| YUV | 169.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 81 | 0.30 | 0 | 0.60 | 0.21 | 90 | 0.53 | 0.55 |
| Hex | 8D | C9 | 51 | 1E | 0 | 3C | 15 | 5A | 35 | 37 |
| Octal | 215 | 311 | 121 | 36 | 0 | 74 | 25 | 132 | 65 | 67 |
| Binary | 10001101 | 11001001 | 1010001 | 11110 | 0 | 111100 | 10101 | 1011010 | 110101 | 110111 |
Color Harmonies of #8DC951
Complementary color
Monochromatic Colors of #8DC951
Black with #8DC951
Text Example
Text Example
White with #8DC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC951; }
p { color: rgb(141,201,81); }
H1.HeaderClassName
{
color: #8DC951;
}
.AnyTagClassName
{
color: #8DC951;
}
</style>
background-color css
<style>
a { background-color: #8DC951; }
a { background-color: rgb(141,201,81); }
div.DivClassName
{
background-color: #8DC951;
}
.BgClassName
{
background-color: #8DC951;
}
</style>
border-color css
<style>
span { border-color: #8DC951; }
span { border-color: rgb(141,201,81); }
td.TdClassName
{
border-color: #8DC951;
}
.TagClassName
{
border-color: #8DC951;
}
</style>