Shades of Mantis #8DC965
Tints of Mantis #8DC965
RGB
CMYK
RGB Variations
Color information
#8DC965 (or 0x8DC965) is known color: Mantis. HEX triplet: 8D, C9 and 65. RGB value is (141,201,101). Sum of RGB (Red+Green+Blue) = 141+201+101=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC965 is #72369A. Grayscale: #ACACAC. Windows color (decimal): -7485083 or 6670733. OLE color: 6670733.
HSL color Cylindrical-coordinate representation of color #8DC965: hue angle of 96º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DC965 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 101 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.21 |
| HSL | 96º | 0.48% | 0.59% | - |
| HSV(B) | 96º | 0.5% | 0.79% | - |
| XYZ | 34.22 | 48.38 | 19.85 | - |
| YUV | 171.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 101 | 0.30 | 0 | 0.50 | 0.21 | 96 | 0.48 | 0.59 |
| Hex | 8D | C9 | 65 | 1E | 0 | 32 | 15 | 60 | 30 | 3B |
| Octal | 215 | 311 | 145 | 36 | 0 | 62 | 25 | 140 | 60 | 73 |
| Binary | 10001101 | 11001001 | 1100101 | 11110 | 0 | 110010 | 10101 | 1100000 | 110000 | 111011 |
Color Harmonies of #8DC965
Complementary color
Monochromatic Colors of #8DC965
Black with #8DC965
Text Example
Text Example
White with #8DC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC965; }
p { color: rgb(141,201,101); }
H1.HeaderClassName
{
color: #8DC965;
}
.AnyTagClassName
{
color: #8DC965;
}
</style>
background-color css
<style>
a { background-color: #8DC965; }
a { background-color: rgb(141,201,101); }
div.DivClassName
{
background-color: #8DC965;
}
.BgClassName
{
background-color: #8DC965;
}
</style>
border-color css
<style>
span { border-color: #8DC965; }
span { border-color: rgb(141,201,101); }
td.TdClassName
{
border-color: #8DC965;
}
.TagClassName
{
border-color: #8DC965;
}
</style>