Shades of Mantis #8EE955
Tints of Mantis #8EE955
RGB
CMYK
RGB Variations
Color information
#8EE955 (or 0x8EE955) is known color: Mantis. HEX triplet: 8E, E9 and 55. RGB value is (142,233,85). Sum of RGB (Red+Green+Blue) = 142+233+85=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE955 is #7116AA. Grayscale: #BDBDBD. Windows color (decimal): -7411371 or 5630350. OLE color: 5630350.
HSL color Cylindrical-coordinate representation of color #8EE955: hue angle of 96.89º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EE955 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 85 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.09 |
| HSL | 96.89º | 0.77% | 0.62% | - |
| HSV(B) | 96.89º | 0.64% | 0.91% | - |
| XYZ | 41.93 | 64.68 | 18.87 | - |
| YUV | 188.92 | 69.35 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 85 | 0.39 | 0 | 0.64 | 0.09 | 96.89 | 0.77 | 0.62 |
| Hex | 8E | E9 | 55 | 27 | 0 | 40 | 9 | 61 | 4D | 3E |
| Octal | 216 | 351 | 125 | 47 | 0 | 100 | 11 | 141 | 115 | 76 |
| Binary | 10001110 | 11101001 | 1010101 | 100111 | 0 | 1000000 | 1001 | 1100001 | 1001101 | 111110 |
Color Harmonies of #8EE955
Complementary color
Monochromatic Colors of #8EE955
Black with #8EE955
Text Example
Text Example
White with #8EE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE955; }
p { color: rgb(142,233,85); }
H1.HeaderClassName
{
color: #8EE955;
}
.AnyTagClassName
{
color: #8EE955;
}
</style>
background-color css
<style>
a { background-color: #8EE955; }
a { background-color: rgb(142,233,85); }
div.DivClassName
{
background-color: #8EE955;
}
.BgClassName
{
background-color: #8EE955;
}
</style>
border-color css
<style>
span { border-color: #8EE955; }
span { border-color: rgb(142,233,85); }
td.TdClassName
{
border-color: #8EE955;
}
.TagClassName
{
border-color: #8EE955;
}
</style>