Shades of Mantis #8EDA52
Tints of Mantis #8EDA52
RGB
CMYK
RGB Variations
Color information
#8EDA52 (or 0x8EDA52) is known color: Mantis. HEX triplet: 8E, DA and 52. RGB value is (142,218,82). Sum of RGB (Red+Green+Blue) = 142+218+82=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA52 is #7125AD. Grayscale: #B4B4B4. Windows color (decimal): -7415214 or 5429902. OLE color: 5429902.
HSL color Cylindrical-coordinate representation of color #8EDA52: hue angle of 93.53º 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 #8EDA52 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 82 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.15 |
| HSL | 93.53º | 0.65% | 0.59% | - |
| HSV(B) | 93.53º | 0.62% | 0.85% | - |
| XYZ | 37.75 | 56.5 | 16.9 | - |
| YUV | 179.77 | 72.82 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 82 | 0.35 | 0 | 0.62 | 0.15 | 93.53 | 0.65 | 0.59 |
| Hex | 8E | DA | 52 | 23 | 0 | 3E | F | 5E | 41 | 3B |
| Octal | 216 | 332 | 122 | 43 | 0 | 76 | 17 | 136 | 101 | 73 |
| Binary | 10001110 | 11011010 | 1010010 | 100011 | 0 | 111110 | 1111 | 1011110 | 1000001 | 111011 |
Color Harmonies of #8EDA52
Complementary color
Monochromatic Colors of #8EDA52
Black with #8EDA52
Text Example
Text Example
White with #8EDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA52; }
p { color: rgb(142,218,82); }
H1.HeaderClassName
{
color: #8EDA52;
}
.AnyTagClassName
{
color: #8EDA52;
}
</style>
background-color css
<style>
a { background-color: #8EDA52; }
a { background-color: rgb(142,218,82); }
div.DivClassName
{
background-color: #8EDA52;
}
.BgClassName
{
background-color: #8EDA52;
}
</style>
border-color css
<style>
span { border-color: #8EDA52; }
span { border-color: rgb(142,218,82); }
td.TdClassName
{
border-color: #8EDA52;
}
.TagClassName
{
border-color: #8EDA52;
}
</style>