Shades of Mantis #8DCE5B
Tints of Mantis #8DCE5B
RGB
CMYK
RGB Variations
Color information
#8DCE5B (or 0x8DCE5B) is known color: Mantis. HEX triplet: 8D, CE and 5B. RGB value is (141,206,91). Sum of RGB (Red+Green+Blue) = 141+206+91=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE5B is #7231A4. Grayscale: #ADADAD. Windows color (decimal): -7483813 or 6016653. OLE color: 6016653.
HSL color Cylindrical-coordinate representation of color #8DCE5B: hue angle of 93.91º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DCE5B is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 91 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.19 |
| HSL | 93.91º | 0.54% | 0.58% | - |
| HSV(B) | 93.91º | 0.56% | 0.81% | - |
| XYZ | 34.94 | 50.56 | 17.81 | - |
| YUV | 173.46 | 81.47 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 91 | 0.32 | 0 | 0.56 | 0.19 | 93.91 | 0.54 | 0.58 |
| Hex | 8D | CE | 5B | 20 | 0 | 38 | 13 | 5E | 36 | 3A |
| Octal | 215 | 316 | 133 | 40 | 0 | 70 | 23 | 136 | 66 | 72 |
| Binary | 10001101 | 11001110 | 1011011 | 100000 | 0 | 111000 | 10011 | 1011110 | 110110 | 111010 |
Color Harmonies of #8DCE5B
Complementary color
Monochromatic Colors of #8DCE5B
Black with #8DCE5B
Text Example
Text Example
White with #8DCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE5B; }
p { color: rgb(141,206,91); }
H1.HeaderClassName
{
color: #8DCE5B;
}
.AnyTagClassName
{
color: #8DCE5B;
}
</style>
background-color css
<style>
a { background-color: #8DCE5B; }
a { background-color: rgb(141,206,91); }
div.DivClassName
{
background-color: #8DCE5B;
}
.BgClassName
{
background-color: #8DCE5B;
}
</style>
border-color css
<style>
span { border-color: #8DCE5B; }
span { border-color: rgb(141,206,91); }
td.TdClassName
{
border-color: #8DCE5B;
}
.TagClassName
{
border-color: #8DCE5B;
}
</style>