Shades of Mantis #8ED753
Tints of Mantis #8ED753
RGB
CMYK
RGB Variations
Color information
#8ED753 (or 0x8ED753) is known color: Mantis. HEX triplet: 8E, D7 and 53. RGB value is (142,215,83). Sum of RGB (Red+Green+Blue) = 142+215+83=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED753 is #7128AC. Grayscale: #B2B2B2. Windows color (decimal): -7415981 or 5494670. OLE color: 5494670.
HSL color Cylindrical-coordinate representation of color #8ED753: hue angle of 93.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ED753 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 83 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.16 |
| HSL | 93.18º | 0.62% | 0.58% | - |
| HSV(B) | 93.18º | 0.61% | 0.84% | - |
| XYZ | 37.02 | 54.98 | 16.84 | - |
| YUV | 178.13 | 74.32 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 83 | 0.34 | 0 | 0.61 | 0.16 | 93.18 | 0.62 | 0.58 |
| Hex | 8E | D7 | 53 | 22 | 0 | 3D | 10 | 5D | 3E | 3A |
| Octal | 216 | 327 | 123 | 42 | 0 | 75 | 20 | 135 | 76 | 72 |
| Binary | 10001110 | 11010111 | 1010011 | 100010 | 0 | 111101 | 10000 | 1011101 | 111110 | 111010 |
Color Harmonies of #8ED753
Complementary color
Monochromatic Colors of #8ED753
Black with #8ED753
Text Example
Text Example
White with #8ED753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED753; }
p { color: rgb(142,215,83); }
H1.HeaderClassName
{
color: #8ED753;
}
.AnyTagClassName
{
color: #8ED753;
}
</style>
background-color css
<style>
a { background-color: #8ED753; }
a { background-color: rgb(142,215,83); }
div.DivClassName
{
background-color: #8ED753;
}
.BgClassName
{
background-color: #8ED753;
}
</style>
border-color css
<style>
span { border-color: #8ED753; }
span { border-color: rgb(142,215,83); }
td.TdClassName
{
border-color: #8ED753;
}
.TagClassName
{
border-color: #8ED753;
}
</style>