Shades of Mantis #8DCC58
Tints of Mantis #8DCC58
RGB
CMYK
RGB Variations
Color information
#8DCC58 (or 0x8DCC58) is known color: Mantis. HEX triplet: 8D, CC and 58. RGB value is (141,204,88). Sum of RGB (Red+Green+Blue) = 141+204+88=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC58 is #7233A7. Grayscale: #ACACAC. Windows color (decimal): -7484328 or 5819533. OLE color: 5819533.
HSL color Cylindrical-coordinate representation of color #8DCC58: hue angle of 92.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DCC58 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 88 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.2 |
| HSL | 92.59º | 0.53% | 0.57% | - |
| HSV(B) | 92.59º | 0.57% | 0.8% | - |
| XYZ | 34.34 | 49.55 | 16.99 | - |
| YUV | 171.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 88 | 0.31 | 0 | 0.57 | 0.2 | 92.59 | 0.53 | 0.57 |
| Hex | 8D | CC | 58 | 1F | 0 | 39 | 14 | 5D | 35 | 39 |
| Octal | 215 | 314 | 130 | 37 | 0 | 71 | 24 | 135 | 65 | 71 |
| Binary | 10001101 | 11001100 | 1011000 | 11111 | 0 | 111001 | 10100 | 1011101 | 110101 | 111001 |
Color Harmonies of #8DCC58
Complementary color
Monochromatic Colors of #8DCC58
Black with #8DCC58
Text Example
Text Example
White with #8DCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC58; }
p { color: rgb(141,204,88); }
H1.HeaderClassName
{
color: #8DCC58;
}
.AnyTagClassName
{
color: #8DCC58;
}
</style>
background-color css
<style>
a { background-color: #8DCC58; }
a { background-color: rgb(141,204,88); }
div.DivClassName
{
background-color: #8DCC58;
}
.BgClassName
{
background-color: #8DCC58;
}
</style>
border-color css
<style>
span { border-color: #8DCC58; }
span { border-color: rgb(141,204,88); }
td.TdClassName
{
border-color: #8DCC58;
}
.TagClassName
{
border-color: #8DCC58;
}
</style>