Shades of Mantis #8DCF58
Tints of Mantis #8DCF58
RGB
CMYK
RGB Variations
Color information
#8DCF58 (or 0x8DCF58) is known color: Mantis. HEX triplet: 8D, CF and 58. RGB value is (141,207,88). Sum of RGB (Red+Green+Blue) = 141+207+88=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF58 is #7230A7. Grayscale: #AEAEAE. Windows color (decimal): -7483560 or 5820301. OLE color: 5820301.
HSL color Cylindrical-coordinate representation of color #8DCF58: hue angle of 93.28º 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 #8DCF58 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 88 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.19 |
| HSL | 93.28º | 0.55% | 0.58% | - |
| HSV(B) | 93.28º | 0.57% | 0.81% | - |
| XYZ | 35.06 | 50.99 | 17.23 | - |
| YUV | 173.7 | 79.63 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 88 | 0.32 | 0 | 0.57 | 0.19 | 93.28 | 0.55 | 0.58 |
| Hex | 8D | CF | 58 | 20 | 0 | 39 | 13 | 5D | 37 | 3A |
| Octal | 215 | 317 | 130 | 40 | 0 | 71 | 23 | 135 | 67 | 72 |
| Binary | 10001101 | 11001111 | 1011000 | 100000 | 0 | 111001 | 10011 | 1011101 | 110111 | 111010 |
Color Harmonies of #8DCF58
Complementary color
Monochromatic Colors of #8DCF58
Black with #8DCF58
Text Example
Text Example
White with #8DCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF58; }
p { color: rgb(141,207,88); }
H1.HeaderClassName
{
color: #8DCF58;
}
.AnyTagClassName
{
color: #8DCF58;
}
</style>
background-color css
<style>
a { background-color: #8DCF58; }
a { background-color: rgb(141,207,88); }
div.DivClassName
{
background-color: #8DCF58;
}
.BgClassName
{
background-color: #8DCF58;
}
</style>
border-color css
<style>
span { border-color: #8DCF58; }
span { border-color: rgb(141,207,88); }
td.TdClassName
{
border-color: #8DCF58;
}
.TagClassName
{
border-color: #8DCF58;
}
</style>