Shades of Mantis #8DC95C
Tints of Mantis #8DC95C
RGB
CMYK
RGB Variations
Color information
#8DC95C (or 0x8DC95C) is known color: Mantis. HEX triplet: 8D, C9 and 5C. RGB value is (141,201,92). Sum of RGB (Red+Green+Blue) = 141+201+92=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC95C is #7236A3. Grayscale: #ABABAB. Windows color (decimal): -7485092 or 6080909. OLE color: 6080909.
HSL color Cylindrical-coordinate representation of color #8DC95C: hue angle of 93.03º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DC95C is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 92 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.21 |
| HSL | 93.03º | 0.5% | 0.57% | - |
| HSV(B) | 93.03º | 0.54% | 0.79% | - |
| XYZ | 33.8 | 48.21 | 17.65 | - |
| YUV | 170.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 92 | 0.30 | 0 | 0.54 | 0.21 | 93.03 | 0.5 | 0.57 |
| Hex | 8D | C9 | 5C | 1E | 0 | 36 | 15 | 5D | 32 | 39 |
| Octal | 215 | 311 | 134 | 36 | 0 | 66 | 25 | 135 | 62 | 71 |
| Binary | 10001101 | 11001001 | 1011100 | 11110 | 0 | 110110 | 10101 | 1011101 | 110010 | 111001 |
Color Harmonies of #8DC95C
Complementary color
Monochromatic Colors of #8DC95C
Black with #8DC95C
Text Example
Text Example
White with #8DC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC95C; }
p { color: rgb(141,201,92); }
H1.HeaderClassName
{
color: #8DC95C;
}
.AnyTagClassName
{
color: #8DC95C;
}
</style>
background-color css
<style>
a { background-color: #8DC95C; }
a { background-color: rgb(141,201,92); }
div.DivClassName
{
background-color: #8DC95C;
}
.BgClassName
{
background-color: #8DC95C;
}
</style>
border-color css
<style>
span { border-color: #8DC95C; }
span { border-color: rgb(141,201,92); }
td.TdClassName
{
border-color: #8DC95C;
}
.TagClassName
{
border-color: #8DC95C;
}
</style>