Shades of Mantis #8DCB52
Tints of Mantis #8DCB52
RGB
CMYK
RGB Variations
Color information
#8DCB52 (or 0x8DCB52) is known color: Mantis. HEX triplet: 8D, CB and 52. RGB value is (141,203,82). Sum of RGB (Red+Green+Blue) = 141+203+82=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCB52 is #7234AD. Grayscale: #ABABAB. Windows color (decimal): -7484590 or 5426061. OLE color: 5426061.
HSL color Cylindrical-coordinate representation of color #8DCB52: hue angle of 90.74º degrees, saturation: 0.54, 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 #8DCB52 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 82 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.20 |
| HSL | 90.74º | 0.54% | 0.56% | - |
| HSV(B) | 90.74º | 0.6% | 0.8% | - |
| XYZ | 33.86 | 48.98 | 15.65 | - |
| YUV | 170.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 82 | 0.31 | 0 | 0.60 | 0.20 | 90.74 | 0.54 | 0.56 |
| Hex | 8D | CB | 52 | 1F | 0 | 3C | 14 | 5B | 36 | 38 |
| Octal | 215 | 313 | 122 | 37 | 0 | 74 | 24 | 133 | 66 | 70 |
| Binary | 10001101 | 11001011 | 1010010 | 11111 | 0 | 111100 | 10100 | 1011011 | 110110 | 111000 |
Color Harmonies of #8DCB52
Complementary color
Monochromatic Colors of #8DCB52
Black with #8DCB52
Text Example
Text Example
White with #8DCB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB52; }
p { color: rgb(141,203,82); }
H1.HeaderClassName
{
color: #8DCB52;
}
.AnyTagClassName
{
color: #8DCB52;
}
</style>
background-color css
<style>
a { background-color: #8DCB52; }
a { background-color: rgb(141,203,82); }
div.DivClassName
{
background-color: #8DCB52;
}
.BgClassName
{
background-color: #8DCB52;
}
</style>
border-color css
<style>
span { border-color: #8DCB52; }
span { border-color: rgb(141,203,82); }
td.TdClassName
{
border-color: #8DCB52;
}
.TagClassName
{
border-color: #8DCB52;
}
</style>