Shades of Mantis #8DCF51
Tints of Mantis #8DCF51
RGB
CMYK
RGB Variations
Color information
#8DCF51 (or 0x8DCF51) is known color: Mantis. HEX triplet: 8D, CF and 51. RGB value is (141,207,81). Sum of RGB (Red+Green+Blue) = 141+207+81=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF51 is #7230AE. Grayscale: #ADADAD. Windows color (decimal): -7483567 or 5361549. OLE color: 5361549.
HSL color Cylindrical-coordinate representation of color #8DCF51: hue angle of 91.43º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DCF51 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 81 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.19 |
| HSL | 91.43º | 0.57% | 0.56% | - |
| HSV(B) | 91.43º | 0.61% | 0.81% | - |
| XYZ | 34.78 | 50.88 | 15.77 | - |
| YUV | 172.9 | 76.13 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 81 | 0.32 | 0 | 0.61 | 0.19 | 91.43 | 0.57 | 0.56 |
| Hex | 8D | CF | 51 | 20 | 0 | 3D | 13 | 5B | 39 | 38 |
| Octal | 215 | 317 | 121 | 40 | 0 | 75 | 23 | 133 | 71 | 70 |
| Binary | 10001101 | 11001111 | 1010001 | 100000 | 0 | 111101 | 10011 | 1011011 | 111001 | 111000 |
Color Harmonies of #8DCF51
Complementary color
Monochromatic Colors of #8DCF51
Black with #8DCF51
Text Example
Text Example
White with #8DCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF51; }
p { color: rgb(141,207,81); }
H1.HeaderClassName
{
color: #8DCF51;
}
.AnyTagClassName
{
color: #8DCF51;
}
</style>
background-color css
<style>
a { background-color: #8DCF51; }
a { background-color: rgb(141,207,81); }
div.DivClassName
{
background-color: #8DCF51;
}
.BgClassName
{
background-color: #8DCF51;
}
</style>
border-color css
<style>
span { border-color: #8DCF51; }
span { border-color: rgb(141,207,81); }
td.TdClassName
{
border-color: #8DCF51;
}
.TagClassName
{
border-color: #8DCF51;
}
</style>