Shades of Mantis #8DC75F
Tints of Mantis #8DC75F
RGB
CMYK
RGB Variations
Color information
#8DC75F (or 0x8DC75F) is known color: Mantis. HEX triplet: 8D, C7 and 5F. RGB value is (141,199,95). Sum of RGB (Red+Green+Blue) = 141+199+95=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC75F is #7238A0. Grayscale: #AAAAAA. Windows color (decimal): -7485601 or 6277005. OLE color: 6277005.
HSL color Cylindrical-coordinate representation of color #8DC75F: hue angle of 93.46º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DC75F is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 95 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.22 |
| HSL | 93.46º | 0.48% | 0.58% | - |
| HSV(B) | 93.46º | 0.52% | 0.78% | - |
| XYZ | 33.47 | 47.34 | 18.2 | - |
| YUV | 169.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 95 | 0.29 | 0 | 0.52 | 0.22 | 93.46 | 0.48 | 0.58 |
| Hex | 8D | C7 | 5F | 1D | 0 | 34 | 16 | 5D | 30 | 3A |
| Octal | 215 | 307 | 137 | 35 | 0 | 64 | 26 | 135 | 60 | 72 |
| Binary | 10001101 | 11000111 | 1011111 | 11101 | 0 | 110100 | 10110 | 1011101 | 110000 | 111010 |
Color Harmonies of #8DC75F
Complementary color
Monochromatic Colors of #8DC75F
Black with #8DC75F
Text Example
Text Example
White with #8DC75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC75F; }
p { color: rgb(141,199,95); }
H1.HeaderClassName
{
color: #8DC75F;
}
.AnyTagClassName
{
color: #8DC75F;
}
</style>
background-color css
<style>
a { background-color: #8DC75F; }
a { background-color: rgb(141,199,95); }
div.DivClassName
{
background-color: #8DC75F;
}
.BgClassName
{
background-color: #8DC75F;
}
</style>
border-color css
<style>
span { border-color: #8DC75F; }
span { border-color: rgb(141,199,95); }
td.TdClassName
{
border-color: #8DC75F;
}
.TagClassName
{
border-color: #8DC75F;
}
</style>