Shades of Mantis #8EDF52
Tints of Mantis #8EDF52
RGB
CMYK
RGB Variations
Color information
#8EDF52 (or 0x8EDF52) is known color: Mantis. HEX triplet: 8E, DF and 52. RGB value is (142,223,82). Sum of RGB (Red+Green+Blue) = 142+223+82=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF52 is #7120AD. Grayscale: #B7B7B7. Windows color (decimal): -7413934 or 5431182. OLE color: 5431182.
HSL color Cylindrical-coordinate representation of color #8EDF52: hue angle of 94.47º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EDF52 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 82 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.13 |
| HSL | 94.47º | 0.69% | 0.6% | - |
| HSV(B) | 94.47º | 0.63% | 0.87% | - |
| XYZ | 39.07 | 59.14 | 17.34 | - |
| YUV | 182.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 82 | 0.36 | 0 | 0.63 | 0.13 | 94.47 | 0.69 | 0.6 |
| Hex | 8E | DF | 52 | 24 | 0 | 3F | D | 5E | 45 | 3C |
| Octal | 216 | 337 | 122 | 44 | 0 | 77 | 15 | 136 | 105 | 74 |
| Binary | 10001110 | 11011111 | 1010010 | 100100 | 0 | 111111 | 1101 | 1011110 | 1000101 | 111100 |
Color Harmonies of #8EDF52
Complementary color
Monochromatic Colors of #8EDF52
Black with #8EDF52
Text Example
Text Example
White with #8EDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF52; }
p { color: rgb(142,223,82); }
H1.HeaderClassName
{
color: #8EDF52;
}
.AnyTagClassName
{
color: #8EDF52;
}
</style>
background-color css
<style>
a { background-color: #8EDF52; }
a { background-color: rgb(142,223,82); }
div.DivClassName
{
background-color: #8EDF52;
}
.BgClassName
{
background-color: #8EDF52;
}
</style>
border-color css
<style>
span { border-color: #8EDF52; }
span { border-color: rgb(142,223,82); }
td.TdClassName
{
border-color: #8EDF52;
}
.TagClassName
{
border-color: #8EDF52;
}
</style>