Shades of Mantis #8DCF57
Tints of Mantis #8DCF57
RGB
CMYK
RGB Variations
Color information
#8DCF57 (or 0x8DCF57) is known color: Mantis. HEX triplet: 8D, CF and 57. RGB value is (141,207,87). Sum of RGB (Red+Green+Blue) = 141+207+87=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF57 is #7230A8. Grayscale: #AEAEAE. Windows color (decimal): -7483561 or 5754765. OLE color: 5754765.
HSL color Cylindrical-coordinate representation of color #8DCF57: hue angle of 93º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DCF57 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 87 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.19 |
| HSL | 93º | 0.56% | 0.58% | - |
| HSV(B) | 93º | 0.58% | 0.81% | - |
| XYZ | 35.02 | 50.98 | 17.01 | - |
| YUV | 173.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 87 | 0.32 | 0 | 0.58 | 0.19 | 93 | 0.56 | 0.58 |
| Hex | 8D | CF | 57 | 20 | 0 | 3A | 13 | 5D | 38 | 3A |
| Octal | 215 | 317 | 127 | 40 | 0 | 72 | 23 | 135 | 70 | 72 |
| Binary | 10001101 | 11001111 | 1010111 | 100000 | 0 | 111010 | 10011 | 1011101 | 111000 | 111010 |
Color Harmonies of #8DCF57
Complementary color
Monochromatic Colors of #8DCF57
Black with #8DCF57
Text Example
Text Example
White with #8DCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF57; }
p { color: rgb(141,207,87); }
H1.HeaderClassName
{
color: #8DCF57;
}
.AnyTagClassName
{
color: #8DCF57;
}
</style>
background-color css
<style>
a { background-color: #8DCF57; }
a { background-color: rgb(141,207,87); }
div.DivClassName
{
background-color: #8DCF57;
}
.BgClassName
{
background-color: #8DCF57;
}
</style>
border-color css
<style>
span { border-color: #8DCF57; }
span { border-color: rgb(141,207,87); }
td.TdClassName
{
border-color: #8DCF57;
}
.TagClassName
{
border-color: #8DCF57;
}
</style>