Shades of Mantis #8EE755
Tints of Mantis #8EE755
RGB
CMYK
RGB Variations
Color information
#8EE755 (or 0x8EE755) is known color: Mantis. HEX triplet: 8E, E7 and 55. RGB value is (142,231,85). Sum of RGB (Red+Green+Blue) = 142+231+85=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE755 is #7118AA. Grayscale: #BCBCBC. Windows color (decimal): -7411883 or 5629838. OLE color: 5629838.
HSL color Cylindrical-coordinate representation of color #8EE755: hue angle of 96.58º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EE755 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 231 | 85 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.09 |
| HSL | 96.58º | 0.75% | 0.62% | - |
| HSV(B) | 96.58º | 0.63% | 0.91% | - |
| XYZ | 41.37 | 63.56 | 18.68 | - |
| YUV | 187.75 | 70.01 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 231 | 85 | 0.39 | 0 | 0.63 | 0.09 | 96.58 | 0.75 | 0.62 |
| Hex | 8E | E7 | 55 | 27 | 0 | 3F | 9 | 61 | 4B | 3E |
| Octal | 216 | 347 | 125 | 47 | 0 | 77 | 11 | 141 | 113 | 76 |
| Binary | 10001110 | 11100111 | 1010101 | 100111 | 0 | 111111 | 1001 | 1100001 | 1001011 | 111110 |
Color Harmonies of #8EE755
Complementary color
Monochromatic Colors of #8EE755
Black with #8EE755
Text Example
Text Example
White with #8EE755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE755; }
p { color: rgb(142,231,85); }
H1.HeaderClassName
{
color: #8EE755;
}
.AnyTagClassName
{
color: #8EE755;
}
</style>
background-color css
<style>
a { background-color: #8EE755; }
a { background-color: rgb(142,231,85); }
div.DivClassName
{
background-color: #8EE755;
}
.BgClassName
{
background-color: #8EE755;
}
</style>
border-color css
<style>
span { border-color: #8EE755; }
span { border-color: rgb(142,231,85); }
td.TdClassName
{
border-color: #8EE755;
}
.TagClassName
{
border-color: #8EE755;
}
</style>