Shades of Mantis #8EC755
Tints of Mantis #8EC755
RGB
CMYK
RGB Variations
Color information
#8EC755 (or 0x8EC755) is known color: Mantis. HEX triplet: 8E, C7 and 55. RGB value is (142,199,85). Sum of RGB (Red+Green+Blue) = 142+199+85=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC755 is #7138AA. Grayscale: #A9A9A9. Windows color (decimal): -7420075 or 5621646. OLE color: 5621646.
HSL color Cylindrical-coordinate representation of color #8EC755: hue angle of 90º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EC755 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 85 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.22 |
| HSL | 90º | 0.5% | 0.56% | - |
| HSV(B) | 90º | 0.57% | 0.78% | - |
| XYZ | 33.22 | 47.25 | 15.96 | - |
| YUV | 168.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 85 | 0.29 | 0 | 0.57 | 0.22 | 90 | 0.5 | 0.56 |
| Hex | 8E | C7 | 55 | 1D | 0 | 39 | 16 | 5A | 32 | 38 |
| Octal | 216 | 307 | 125 | 35 | 0 | 71 | 26 | 132 | 62 | 70 |
| Binary | 10001110 | 11000111 | 1010101 | 11101 | 0 | 111001 | 10110 | 1011010 | 110010 | 111000 |
Color Harmonies of #8EC755
Complementary color
Monochromatic Colors of #8EC755
Black with #8EC755
Text Example
Text Example
White with #8EC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC755; }
p { color: rgb(142,199,85); }
H1.HeaderClassName
{
color: #8EC755;
}
.AnyTagClassName
{
color: #8EC755;
}
</style>
background-color css
<style>
a { background-color: #8EC755; }
a { background-color: rgb(142,199,85); }
div.DivClassName
{
background-color: #8EC755;
}
.BgClassName
{
background-color: #8EC755;
}
</style>
border-color css
<style>
span { border-color: #8EC755; }
span { border-color: rgb(142,199,85); }
td.TdClassName
{
border-color: #8EC755;
}
.TagClassName
{
border-color: #8EC755;
}
</style>