Shades of Mantis #8DCD60
Tints of Mantis #8DCD60
RGB
CMYK
RGB Variations
Color information
#8DCD60 (or 0x8DCD60) is known color: Mantis. HEX triplet: 8D, CD and 60. RGB value is (141,205,96). Sum of RGB (Red+Green+Blue) = 141+205+96=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD60 is #72329F. Grayscale: #ADADAD. Windows color (decimal): -7484064 or 6344077. OLE color: 6344077.
HSL color Cylindrical-coordinate representation of color #8DCD60: hue angle of 95.23º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DCD60 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 96 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.20 |
| HSL | 95.23º | 0.52% | 0.59% | - |
| HSV(B) | 95.23º | 0.53% | 0.8% | - |
| XYZ | 34.93 | 50.17 | 18.91 | - |
| YUV | 173.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 96 | 0.31 | 0 | 0.53 | 0.20 | 95.23 | 0.52 | 0.59 |
| Hex | 8D | CD | 60 | 1F | 0 | 35 | 14 | 5F | 34 | 3B |
| Octal | 215 | 315 | 140 | 37 | 0 | 65 | 24 | 137 | 64 | 73 |
| Binary | 10001101 | 11001101 | 1100000 | 11111 | 0 | 110101 | 10100 | 1011111 | 110100 | 111011 |
Color Harmonies of #8DCD60
Complementary color
Monochromatic Colors of #8DCD60
Black with #8DCD60
Text Example
Text Example
White with #8DCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD60; }
p { color: rgb(141,205,96); }
H1.HeaderClassName
{
color: #8DCD60;
}
.AnyTagClassName
{
color: #8DCD60;
}
</style>
background-color css
<style>
a { background-color: #8DCD60; }
a { background-color: rgb(141,205,96); }
div.DivClassName
{
background-color: #8DCD60;
}
.BgClassName
{
background-color: #8DCD60;
}
</style>
border-color css
<style>
span { border-color: #8DCD60; }
span { border-color: rgb(141,205,96); }
td.TdClassName
{
border-color: #8DCD60;
}
.TagClassName
{
border-color: #8DCD60;
}
</style>