Shades of Mantis #8DC153
Tints of Mantis #8DC153
RGB
CMYK
RGB Variations
Color information
#8DC153 (or 0x8DC153) is known color: Mantis. HEX triplet: 8D, C1 and 53. RGB value is (141,193,83). Sum of RGB (Red+Green+Blue) = 141+193+83=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC153 is #723EAC. Grayscale: #A5A5A5. Windows color (decimal): -7487149 or 5489037. OLE color: 5489037.
HSL color Cylindrical-coordinate representation of color #8DC153: hue angle of 88.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DC153 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 83 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.24 |
| HSL | 88.36º | 0.47% | 0.54% | - |
| HSV(B) | 88.36º | 0.57% | 0.76% | - |
| XYZ | 31.62 | 44.43 | 15.09 | - |
| YUV | 164.91 | 81.77 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 83 | 0.27 | 0 | 0.57 | 0.24 | 88.36 | 0.47 | 0.54 |
| Hex | 8D | C1 | 53 | 1B | 0 | 39 | 18 | 58 | 2F | 36 |
| Octal | 215 | 301 | 123 | 33 | 0 | 71 | 30 | 130 | 57 | 66 |
| Binary | 10001101 | 11000001 | 1010011 | 11011 | 0 | 111001 | 11000 | 1011000 | 101111 | 110110 |
Color Harmonies of #8DC153
Complementary color
Monochromatic Colors of #8DC153
Black with #8DC153
Text Example
Text Example
White with #8DC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC153; }
p { color: rgb(141,193,83); }
H1.HeaderClassName
{
color: #8DC153;
}
.AnyTagClassName
{
color: #8DC153;
}
</style>
background-color css
<style>
a { background-color: #8DC153; }
a { background-color: rgb(141,193,83); }
div.DivClassName
{
background-color: #8DC153;
}
.BgClassName
{
background-color: #8DC153;
}
</style>
border-color css
<style>
span { border-color: #8DC153; }
span { border-color: rgb(141,193,83); }
td.TdClassName
{
border-color: #8DC153;
}
.TagClassName
{
border-color: #8DC153;
}
</style>