Shades of Mantis #8DC04D
Tints of Mantis #8DC04D
RGB
CMYK
RGB Variations
Color information
#8DC04D (or 0x8DC04D) is known color: Mantis. HEX triplet: 8D, C0 and 4D. RGB value is (141,192,77). Sum of RGB (Red+Green+Blue) = 141+192+77=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC04D is #723FB2. Grayscale: #A4A4A4. Windows color (decimal): -7487411 or 5095565. OLE color: 5095565.
HSL color Cylindrical-coordinate representation of color #8DC04D: hue angle of 86.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DC04D is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 77 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.25 |
| HSL | 86.61º | 0.48% | 0.53% | - |
| HSV(B) | 86.61º | 0.6% | 0.75% | - |
| XYZ | 31.17 | 43.9 | 13.85 | - |
| YUV | 163.64 | 79.1 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 77 | 0.27 | 0 | 0.60 | 0.25 | 86.61 | 0.48 | 0.53 |
| Hex | 8D | C0 | 4D | 1B | 0 | 3C | 19 | 57 | 30 | 35 |
| Octal | 215 | 300 | 115 | 33 | 0 | 74 | 31 | 127 | 60 | 65 |
| Binary | 10001101 | 11000000 | 1001101 | 11011 | 0 | 111100 | 11001 | 1010111 | 110000 | 110101 |
Color Harmonies of #8DC04D
Complementary color
Monochromatic Colors of #8DC04D
Black with #8DC04D
Text Example
Text Example
White with #8DC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC04D; }
p { color: rgb(141,192,77); }
H1.HeaderClassName
{
color: #8DC04D;
}
.AnyTagClassName
{
color: #8DC04D;
}
</style>
background-color css
<style>
a { background-color: #8DC04D; }
a { background-color: rgb(141,192,77); }
div.DivClassName
{
background-color: #8DC04D;
}
.BgClassName
{
background-color: #8DC04D;
}
</style>
border-color css
<style>
span { border-color: #8DC04D; }
span { border-color: rgb(141,192,77); }
td.TdClassName
{
border-color: #8DC04D;
}
.TagClassName
{
border-color: #8DC04D;
}
</style>