Shades of Mantis #8DCE58
Tints of Mantis #8DCE58
RGB
CMYK
RGB Variations
Color information
#8DCE58 (or 0x8DCE58) is known color: Mantis. HEX triplet: 8D, CE and 58. RGB value is (141,206,88). Sum of RGB (Red+Green+Blue) = 141+206+88=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE58 is #7231A7. Grayscale: #ADADAD. Windows color (decimal): -7483816 or 5820045. OLE color: 5820045.
HSL color Cylindrical-coordinate representation of color #8DCE58: hue angle of 93.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DCE58 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 88 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.19 |
| HSL | 93.05º | 0.55% | 0.58% | - |
| HSV(B) | 93.05º | 0.57% | 0.81% | - |
| XYZ | 34.82 | 50.51 | 17.15 | - |
| YUV | 173.11 | 79.97 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 88 | 0.32 | 0 | 0.57 | 0.19 | 93.05 | 0.55 | 0.58 |
| Hex | 8D | CE | 58 | 20 | 0 | 39 | 13 | 5D | 37 | 3A |
| Octal | 215 | 316 | 130 | 40 | 0 | 71 | 23 | 135 | 67 | 72 |
| Binary | 10001101 | 11001110 | 1011000 | 100000 | 0 | 111001 | 10011 | 1011101 | 110111 | 111010 |
Color Harmonies of #8DCE58
Complementary color
Monochromatic Colors of #8DCE58
Black with #8DCE58
Text Example
Text Example
White with #8DCE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE58; }
p { color: rgb(141,206,88); }
H1.HeaderClassName
{
color: #8DCE58;
}
.AnyTagClassName
{
color: #8DCE58;
}
</style>
background-color css
<style>
a { background-color: #8DCE58; }
a { background-color: rgb(141,206,88); }
div.DivClassName
{
background-color: #8DCE58;
}
.BgClassName
{
background-color: #8DCE58;
}
</style>
border-color css
<style>
span { border-color: #8DCE58; }
span { border-color: rgb(141,206,88); }
td.TdClassName
{
border-color: #8DCE58;
}
.TagClassName
{
border-color: #8DCE58;
}
</style>