Shades of Mantis #8DC14C
Tints of Mantis #8DC14C
RGB
CMYK
RGB Variations
Color information
#8DC14C (or 0x8DC14C) is known color: Mantis. HEX triplet: 8D, C1 and 4C. RGB value is (141,193,76). Sum of RGB (Red+Green+Blue) = 141+193+76=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC14C is #723EB3. Grayscale: #A4A4A4. Windows color (decimal): -7487156 or 5030285. OLE color: 5030285.
HSL color Cylindrical-coordinate representation of color #8DC14C: hue angle of 86.67º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DC14C is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 76 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.24 |
| HSL | 86.67º | 0.49% | 0.53% | - |
| HSV(B) | 86.67º | 0.61% | 0.76% | - |
| XYZ | 31.36 | 44.32 | 13.74 | - |
| YUV | 164.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 76 | 0.27 | 0 | 0.61 | 0.24 | 86.67 | 0.49 | 0.53 |
| Hex | 8D | C1 | 4C | 1B | 0 | 3D | 18 | 57 | 31 | 35 |
| Octal | 215 | 301 | 114 | 33 | 0 | 75 | 30 | 127 | 61 | 65 |
| Binary | 10001101 | 11000001 | 1001100 | 11011 | 0 | 111101 | 11000 | 1010111 | 110001 | 110101 |
Color Harmonies of #8DC14C
Complementary color
Monochromatic Colors of #8DC14C
Black with #8DC14C
Text Example
Text Example
White with #8DC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC14C; }
p { color: rgb(141,193,76); }
H1.HeaderClassName
{
color: #8DC14C;
}
.AnyTagClassName
{
color: #8DC14C;
}
</style>
background-color css
<style>
a { background-color: #8DC14C; }
a { background-color: rgb(141,193,76); }
div.DivClassName
{
background-color: #8DC14C;
}
.BgClassName
{
background-color: #8DC14C;
}
</style>
border-color css
<style>
span { border-color: #8DC14C; }
span { border-color: rgb(141,193,76); }
td.TdClassName
{
border-color: #8DC14C;
}
.TagClassName
{
border-color: #8DC14C;
}
</style>