Shades of Mantis #8DC554
Tints of Mantis #8DC554
RGB
CMYK
RGB Variations
Color information
#8DC554 (or 0x8DC554) is known color: Mantis. HEX triplet: 8D, C5 and 54. RGB value is (141,197,84). Sum of RGB (Red+Green+Blue) = 141+197+84=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC554 is #723AAB. Grayscale: #A7A7A7. Windows color (decimal): -7486124 or 5555597. OLE color: 5555597.
HSL color Cylindrical-coordinate representation of color #8DC554: hue angle of 89.73º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DC554 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 84 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.23 |
| HSL | 89.73º | 0.49% | 0.55% | - |
| HSV(B) | 89.73º | 0.57% | 0.77% | - |
| XYZ | 32.55 | 46.24 | 15.6 | - |
| YUV | 167.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 84 | 0.28 | 0 | 0.57 | 0.23 | 89.73 | 0.49 | 0.55 |
| Hex | 8D | C5 | 54 | 1C | 0 | 39 | 17 | 5A | 31 | 37 |
| Octal | 215 | 305 | 124 | 34 | 0 | 71 | 27 | 132 | 61 | 67 |
| Binary | 10001101 | 11000101 | 1010100 | 11100 | 0 | 111001 | 10111 | 1011010 | 110001 | 110111 |
Color Harmonies of #8DC554
Complementary color
Monochromatic Colors of #8DC554
Black with #8DC554
Text Example
Text Example
White with #8DC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC554; }
p { color: rgb(141,197,84); }
H1.HeaderClassName
{
color: #8DC554;
}
.AnyTagClassName
{
color: #8DC554;
}
</style>
background-color css
<style>
a { background-color: #8DC554; }
a { background-color: rgb(141,197,84); }
div.DivClassName
{
background-color: #8DC554;
}
.BgClassName
{
background-color: #8DC554;
}
</style>
border-color css
<style>
span { border-color: #8DC554; }
span { border-color: rgb(141,197,84); }
td.TdClassName
{
border-color: #8DC554;
}
.TagClassName
{
border-color: #8DC554;
}
</style>