Shades of Mantis #8DCC62
Tints of Mantis #8DCC62
RGB
CMYK
RGB Variations
Color information
#8DCC62 (or 0x8DCC62) is known color: Mantis. HEX triplet: 8D, CC and 62. RGB value is (141,204,98). Sum of RGB (Red+Green+Blue) = 141+204+98=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC62 is #72339D. Grayscale: #ADADAD. Windows color (decimal): -7484318 or 6474893. OLE color: 6474893.
HSL color Cylindrical-coordinate representation of color #8DCC62: hue angle of 95.66º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DCC62 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 98 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.2 |
| HSL | 95.66º | 0.51% | 0.59% | - |
| HSV(B) | 95.66º | 0.52% | 0.8% | - |
| XYZ | 34.78 | 49.73 | 19.32 | - |
| YUV | 173.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 98 | 0.31 | 0 | 0.52 | 0.2 | 95.66 | 0.51 | 0.59 |
| Hex | 8D | CC | 62 | 1F | 0 | 34 | 14 | 60 | 33 | 3B |
| Octal | 215 | 314 | 142 | 37 | 0 | 64 | 24 | 140 | 63 | 73 |
| Binary | 10001101 | 11001100 | 1100010 | 11111 | 0 | 110100 | 10100 | 1100000 | 110011 | 111011 |
Color Harmonies of #8DCC62
Complementary color
Monochromatic Colors of #8DCC62
Black with #8DCC62
Text Example
Text Example
White with #8DCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC62; }
p { color: rgb(141,204,98); }
H1.HeaderClassName
{
color: #8DCC62;
}
.AnyTagClassName
{
color: #8DCC62;
}
</style>
background-color css
<style>
a { background-color: #8DCC62; }
a { background-color: rgb(141,204,98); }
div.DivClassName
{
background-color: #8DCC62;
}
.BgClassName
{
background-color: #8DCC62;
}
</style>
border-color css
<style>
span { border-color: #8DCC62; }
span { border-color: rgb(141,204,98); }
td.TdClassName
{
border-color: #8DCC62;
}
.TagClassName
{
border-color: #8DCC62;
}
</style>