Shades of Mantis #8EC95C
Tints of Mantis #8EC95C
RGB
CMYK
RGB Variations
Color information
#8EC95C (or 0x8EC95C) is known color: Mantis. HEX triplet: 8E, C9 and 5C. RGB value is (142,201,92). Sum of RGB (Red+Green+Blue) = 142+201+92=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC95C is #7136A3. Grayscale: #ABABAB. Windows color (decimal): -7419556 or 6080910. OLE color: 6080910.
HSL color Cylindrical-coordinate representation of color #8EC95C: hue angle of 92.48º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EC95C is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 92 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.21 |
| HSL | 92.48º | 0.5% | 0.57% | - |
| HSV(B) | 92.48º | 0.54% | 0.79% | - |
| XYZ | 33.97 | 48.3 | 17.66 | - |
| YUV | 170.93 | 83.45 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 92 | 0.29 | 0 | 0.54 | 0.21 | 92.48 | 0.5 | 0.57 |
| Hex | 8E | C9 | 5C | 1D | 0 | 36 | 15 | 5C | 32 | 39 |
| Octal | 216 | 311 | 134 | 35 | 0 | 66 | 25 | 134 | 62 | 71 |
| Binary | 10001110 | 11001001 | 1011100 | 11101 | 0 | 110110 | 10101 | 1011100 | 110010 | 111001 |
Color Harmonies of #8EC95C
Complementary color
Monochromatic Colors of #8EC95C
Black with #8EC95C
Text Example
Text Example
White with #8EC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC95C; }
p { color: rgb(142,201,92); }
H1.HeaderClassName
{
color: #8EC95C;
}
.AnyTagClassName
{
color: #8EC95C;
}
</style>
background-color css
<style>
a { background-color: #8EC95C; }
a { background-color: rgb(142,201,92); }
div.DivClassName
{
background-color: #8EC95C;
}
.BgClassName
{
background-color: #8EC95C;
}
</style>
border-color css
<style>
span { border-color: #8EC95C; }
span { border-color: rgb(142,201,92); }
td.TdClassName
{
border-color: #8EC95C;
}
.TagClassName
{
border-color: #8EC95C;
}
</style>