Shades of Mantis #8DC053
Tints of Mantis #8DC053
RGB
CMYK
RGB Variations
Color information
#8DC053 (or 0x8DC053) is known color: Mantis. HEX triplet: 8D, C0 and 53. RGB value is (141,192,83). Sum of RGB (Red+Green+Blue) = 141+192+83=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC053 is #723FAC. Grayscale: #A4A4A4. Windows color (decimal): -7487405 or 5488781. OLE color: 5488781.
HSL color Cylindrical-coordinate representation of color #8DC053: hue angle of 88.07º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DC053 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 83 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.25 |
| HSL | 88.07º | 0.46% | 0.54% | - |
| HSV(B) | 88.07º | 0.57% | 0.75% | - |
| XYZ | 31.4 | 43.99 | 15.02 | - |
| YUV | 164.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 83 | 0.27 | 0 | 0.57 | 0.25 | 88.07 | 0.46 | 0.54 |
| Hex | 8D | C0 | 53 | 1B | 0 | 39 | 19 | 58 | 2E | 36 |
| Octal | 215 | 300 | 123 | 33 | 0 | 71 | 31 | 130 | 56 | 66 |
| Binary | 10001101 | 11000000 | 1010011 | 11011 | 0 | 111001 | 11001 | 1011000 | 101110 | 110110 |
Color Harmonies of #8DC053
Complementary color
Monochromatic Colors of #8DC053
Black with #8DC053
Text Example
Text Example
White with #8DC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC053; }
p { color: rgb(141,192,83); }
H1.HeaderClassName
{
color: #8DC053;
}
.AnyTagClassName
{
color: #8DC053;
}
</style>
background-color css
<style>
a { background-color: #8DC053; }
a { background-color: rgb(141,192,83); }
div.DivClassName
{
background-color: #8DC053;
}
.BgClassName
{
background-color: #8DC053;
}
</style>
border-color css
<style>
span { border-color: #8DC053; }
span { border-color: rgb(141,192,83); }
td.TdClassName
{
border-color: #8DC053;
}
.TagClassName
{
border-color: #8DC053;
}
</style>