Shades of Mantis #8DCF60
Tints of Mantis #8DCF60
RGB
CMYK
RGB Variations
Color information
#8DCF60 (or 0x8DCF60) is known color: Mantis. HEX triplet: 8D, CF and 60. RGB value is (141,207,96). Sum of RGB (Red+Green+Blue) = 141+207+96=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF60 is #72309F. Grayscale: #AEAEAE. Windows color (decimal): -7483552 or 6344589. OLE color: 6344589.
HSL color Cylindrical-coordinate representation of color #8DCF60: hue angle of 95.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DCF60 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 96 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.19 |
| HSL | 95.68º | 0.54% | 0.59% | - |
| HSV(B) | 95.68º | 0.54% | 0.81% | - |
| XYZ | 35.41 | 51.13 | 19.07 | - |
| YUV | 174.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 96 | 0.32 | 0 | 0.54 | 0.19 | 95.68 | 0.54 | 0.59 |
| Hex | 8D | CF | 60 | 20 | 0 | 36 | 13 | 60 | 36 | 3B |
| Octal | 215 | 317 | 140 | 40 | 0 | 66 | 23 | 140 | 66 | 73 |
| Binary | 10001101 | 11001111 | 1100000 | 100000 | 0 | 110110 | 10011 | 1100000 | 110110 | 111011 |
Color Harmonies of #8DCF60
Complementary color
Monochromatic Colors of #8DCF60
Black with #8DCF60
Text Example
Text Example
White with #8DCF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF60; }
p { color: rgb(141,207,96); }
H1.HeaderClassName
{
color: #8DCF60;
}
.AnyTagClassName
{
color: #8DCF60;
}
</style>
background-color css
<style>
a { background-color: #8DCF60; }
a { background-color: rgb(141,207,96); }
div.DivClassName
{
background-color: #8DCF60;
}
.BgClassName
{
background-color: #8DCF60;
}
</style>
border-color css
<style>
span { border-color: #8DCF60; }
span { border-color: rgb(141,207,96); }
td.TdClassName
{
border-color: #8DCF60;
}
.TagClassName
{
border-color: #8DCF60;
}
</style>