Shades of Mantis #8EE053
Tints of Mantis #8EE053
RGB
CMYK
RGB Variations
Color information
#8EE053 (or 0x8EE053) is known color: Mantis. HEX triplet: 8E, E0 and 53. RGB value is (142,224,83). Sum of RGB (Red+Green+Blue) = 142+224+83=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE053 is #711FAC. Grayscale: #B7B7B7. Windows color (decimal): -7413677 or 5496974. OLE color: 5496974.
HSL color Cylindrical-coordinate representation of color #8EE053: hue angle of 94.89º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EE053 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 83 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.12 |
| HSL | 94.89º | 0.69% | 0.6% | - |
| HSV(B) | 94.89º | 0.63% | 0.88% | - |
| XYZ | 39.37 | 59.69 | 17.63 | - |
| YUV | 183.41 | 71.33 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 83 | 0.37 | 0 | 0.63 | 0.12 | 94.89 | 0.69 | 0.6 |
| Hex | 8E | E0 | 53 | 25 | 0 | 3F | C | 5F | 45 | 3C |
| Octal | 216 | 340 | 123 | 45 | 0 | 77 | 14 | 137 | 105 | 74 |
| Binary | 10001110 | 11100000 | 1010011 | 100101 | 0 | 111111 | 1100 | 1011111 | 1000101 | 111100 |
Color Harmonies of #8EE053
Complementary color
Monochromatic Colors of #8EE053
Black with #8EE053
Text Example
Text Example
White with #8EE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE053; }
p { color: rgb(142,224,83); }
H1.HeaderClassName
{
color: #8EE053;
}
.AnyTagClassName
{
color: #8EE053;
}
</style>
background-color css
<style>
a { background-color: #8EE053; }
a { background-color: rgb(142,224,83); }
div.DivClassName
{
background-color: #8EE053;
}
.BgClassName
{
background-color: #8EE053;
}
</style>
border-color css
<style>
span { border-color: #8EE053; }
span { border-color: rgb(142,224,83); }
td.TdClassName
{
border-color: #8EE053;
}
.TagClassName
{
border-color: #8EE053;
}
</style>