Shades of Mantis #8DCF59
Tints of Mantis #8DCF59
RGB
CMYK
RGB Variations
Color information
#8DCF59 (or 0x8DCF59) is known color: Mantis. HEX triplet: 8D, CF and 59. RGB value is (141,207,89). Sum of RGB (Red+Green+Blue) = 141+207+89=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF59 is #7230A6. Grayscale: #AEAEAE. Windows color (decimal): -7483559 or 5885837. OLE color: 5885837.
HSL color Cylindrical-coordinate representation of color #8DCF59: hue angle of 93.56º 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 #8DCF59 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 89 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.19 |
| HSL | 93.56º | 0.55% | 0.58% | - |
| HSV(B) | 93.56º | 0.57% | 0.81% | - |
| XYZ | 35.1 | 51.01 | 17.45 | - |
| YUV | 173.81 | 80.13 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 89 | 0.32 | 0 | 0.57 | 0.19 | 93.56 | 0.55 | 0.58 |
| Hex | 8D | CF | 59 | 20 | 0 | 39 | 13 | 5E | 37 | 3A |
| Octal | 215 | 317 | 131 | 40 | 0 | 71 | 23 | 136 | 67 | 72 |
| Binary | 10001101 | 11001111 | 1011001 | 100000 | 0 | 111001 | 10011 | 1011110 | 110111 | 111010 |
Color Harmonies of #8DCF59
Complementary color
Monochromatic Colors of #8DCF59
Black with #8DCF59
Text Example
Text Example
White with #8DCF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF59; }
p { color: rgb(141,207,89); }
H1.HeaderClassName
{
color: #8DCF59;
}
.AnyTagClassName
{
color: #8DCF59;
}
</style>
background-color css
<style>
a { background-color: #8DCF59; }
a { background-color: rgb(141,207,89); }
div.DivClassName
{
background-color: #8DCF59;
}
.BgClassName
{
background-color: #8DCF59;
}
</style>
border-color css
<style>
span { border-color: #8DCF59; }
span { border-color: rgb(141,207,89); }
td.TdClassName
{
border-color: #8DCF59;
}
.TagClassName
{
border-color: #8DCF59;
}
</style>