Shades of Mantis #8EE760
Tints of Mantis #8EE760
RGB
CMYK
RGB Variations
Color information
#8EE760 (or 0x8EE760) is known color: Mantis. HEX triplet: 8E, E7 and 60. RGB value is (142,231,96). Sum of RGB (Red+Green+Blue) = 142+231+96=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE760 is #71189F. Grayscale: #BDBDBD. Windows color (decimal): -7411872 or 6350734. OLE color: 6350734.
HSL color Cylindrical-coordinate representation of color #8EE760: hue angle of 99.56º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EE760 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 231 | 96 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.09 |
| HSL | 99.56º | 0.74% | 0.64% | - |
| HSV(B) | 99.56º | 0.58% | 0.91% | - |
| XYZ | 41.84 | 63.75 | 21.17 | - |
| YUV | 189 | 75.51 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 231 | 96 | 0.39 | 0 | 0.58 | 0.09 | 99.56 | 0.74 | 0.64 |
| Hex | 8E | E7 | 60 | 27 | 0 | 3A | 9 | 64 | 4A | 40 |
| Octal | 216 | 347 | 140 | 47 | 0 | 72 | 11 | 144 | 112 | 100 |
| Binary | 10001110 | 11100111 | 1100000 | 100111 | 0 | 111010 | 1001 | 1100100 | 1001010 | 1000000 |
Color Harmonies of #8EE760
Complementary color
Monochromatic Colors of #8EE760
Black with #8EE760
Text Example
Text Example
White with #8EE760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE760; }
p { color: rgb(142,231,96); }
H1.HeaderClassName
{
color: #8EE760;
}
.AnyTagClassName
{
color: #8EE760;
}
</style>
background-color css
<style>
a { background-color: #8EE760; }
a { background-color: rgb(142,231,96); }
div.DivClassName
{
background-color: #8EE760;
}
.BgClassName
{
background-color: #8EE760;
}
</style>
border-color css
<style>
span { border-color: #8EE760; }
span { border-color: rgb(142,231,96); }
td.TdClassName
{
border-color: #8EE760;
}
.TagClassName
{
border-color: #8EE760;
}
</style>