Shades of Mantis #8DCC51
Tints of Mantis #8DCC51
RGB
CMYK
RGB Variations
Color information
#8DCC51 (or 0x8DCC51) is known color: Mantis. HEX triplet: 8D, CC and 51. RGB value is (141,204,81). Sum of RGB (Red+Green+Blue) = 141+204+81=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC51 is #7233AE. Grayscale: #ABABAB. Windows color (decimal): -7484335 or 5360781. OLE color: 5360781.
HSL color Cylindrical-coordinate representation of color #8DCC51: hue angle of 90.73º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DCC51 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 81 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.2 |
| HSL | 90.73º | 0.55% | 0.56% | - |
| HSV(B) | 90.73º | 0.6% | 0.8% | - |
| XYZ | 34.06 | 49.44 | 15.53 | - |
| YUV | 171.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 81 | 0.31 | 0 | 0.60 | 0.2 | 90.73 | 0.55 | 0.56 |
| Hex | 8D | CC | 51 | 1F | 0 | 3C | 14 | 5B | 37 | 38 |
| Octal | 215 | 314 | 121 | 37 | 0 | 74 | 24 | 133 | 67 | 70 |
| Binary | 10001101 | 11001100 | 1010001 | 11111 | 0 | 111100 | 10100 | 1011011 | 110111 | 111000 |
Color Harmonies of #8DCC51
Complementary color
Monochromatic Colors of #8DCC51
Black with #8DCC51
Text Example
Text Example
White with #8DCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC51; }
p { color: rgb(141,204,81); }
H1.HeaderClassName
{
color: #8DCC51;
}
.AnyTagClassName
{
color: #8DCC51;
}
</style>
background-color css
<style>
a { background-color: #8DCC51; }
a { background-color: rgb(141,204,81); }
div.DivClassName
{
background-color: #8DCC51;
}
.BgClassName
{
background-color: #8DCC51;
}
</style>
border-color css
<style>
span { border-color: #8DCC51; }
span { border-color: rgb(141,204,81); }
td.TdClassName
{
border-color: #8DCC51;
}
.TagClassName
{
border-color: #8DCC51;
}
</style>