Shades of Mantis #8EDA53
Tints of Mantis #8EDA53
RGB
CMYK
RGB Variations
Color information
#8EDA53 (or 0x8EDA53) is known color: Mantis. HEX triplet: 8E, DA and 53. RGB value is (142,218,83). Sum of RGB (Red+Green+Blue) = 142+218+83=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA53 is #7125AC. Grayscale: #B4B4B4. Windows color (decimal): -7415213 or 5495438. OLE color: 5495438.
HSL color Cylindrical-coordinate representation of color #8EDA53: hue angle of 93.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EDA53 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 83 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.15 |
| HSL | 93.78º | 0.65% | 0.59% | - |
| HSV(B) | 93.78º | 0.62% | 0.85% | - |
| XYZ | 37.79 | 56.52 | 17.1 | - |
| YUV | 179.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 83 | 0.35 | 0 | 0.62 | 0.15 | 93.78 | 0.65 | 0.59 |
| Hex | 8E | DA | 53 | 23 | 0 | 3E | F | 5E | 41 | 3B |
| Octal | 216 | 332 | 123 | 43 | 0 | 76 | 17 | 136 | 101 | 73 |
| Binary | 10001110 | 11011010 | 1010011 | 100011 | 0 | 111110 | 1111 | 1011110 | 1000001 | 111011 |
Color Harmonies of #8EDA53
Complementary color
Monochromatic Colors of #8EDA53
Black with #8EDA53
Text Example
Text Example
White with #8EDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA53; }
p { color: rgb(142,218,83); }
H1.HeaderClassName
{
color: #8EDA53;
}
.AnyTagClassName
{
color: #8EDA53;
}
</style>
background-color css
<style>
a { background-color: #8EDA53; }
a { background-color: rgb(142,218,83); }
div.DivClassName
{
background-color: #8EDA53;
}
.BgClassName
{
background-color: #8EDA53;
}
</style>
border-color css
<style>
span { border-color: #8EDA53; }
span { border-color: rgb(142,218,83); }
td.TdClassName
{
border-color: #8EDA53;
}
.TagClassName
{
border-color: #8EDA53;
}
</style>