Shades of Mantis #8DCE54
Tints of Mantis #8DCE54
RGB
CMYK
RGB Variations
Color information
#8DCE54 (or 0x8DCE54) is known color: Mantis. HEX triplet: 8D, CE and 54. RGB value is (141,206,84). Sum of RGB (Red+Green+Blue) = 141+206+84=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE54 is #7231AB. Grayscale: #ADADAD. Windows color (decimal): -7483820 or 5557901. OLE color: 5557901.
HSL color Cylindrical-coordinate representation of color #8DCE54: hue angle of 91.97º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DCE54 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 84 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.19 |
| HSL | 91.97º | 0.55% | 0.57% | - |
| HSV(B) | 91.97º | 0.59% | 0.81% | - |
| XYZ | 34.66 | 50.45 | 16.3 | - |
| YUV | 172.66 | 77.97 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 84 | 0.32 | 0 | 0.59 | 0.19 | 91.97 | 0.55 | 0.57 |
| Hex | 8D | CE | 54 | 20 | 0 | 3B | 13 | 5C | 37 | 39 |
| Octal | 215 | 316 | 124 | 40 | 0 | 73 | 23 | 134 | 67 | 71 |
| Binary | 10001101 | 11001110 | 1010100 | 100000 | 0 | 111011 | 10011 | 1011100 | 110111 | 111001 |
Color Harmonies of #8DCE54
Complementary color
Monochromatic Colors of #8DCE54
Black with #8DCE54
Text Example
Text Example
White with #8DCE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE54; }
p { color: rgb(141,206,84); }
H1.HeaderClassName
{
color: #8DCE54;
}
.AnyTagClassName
{
color: #8DCE54;
}
</style>
background-color css
<style>
a { background-color: #8DCE54; }
a { background-color: rgb(141,206,84); }
div.DivClassName
{
background-color: #8DCE54;
}
.BgClassName
{
background-color: #8DCE54;
}
</style>
border-color css
<style>
span { border-color: #8DCE54; }
span { border-color: rgb(141,206,84); }
td.TdClassName
{
border-color: #8DCE54;
}
.TagClassName
{
border-color: #8DCE54;
}
</style>