Shades of Mantis #8DE552
Tints of Mantis #8DE552
RGB
CMYK
RGB Variations
Color information
#8DE552 (or 0x8DE552) is known color: Mantis. HEX triplet: 8D, E5 and 52. RGB value is (141,229,82). Sum of RGB (Red+Green+Blue) = 141+229+82=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #8DE552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE552 is #721AAD. Grayscale: #BABABA. Windows color (decimal): -7477934 or 5432717. OLE color: 5432717.
HSL color Cylindrical-coordinate representation of color #8DE552: hue angle of 95.92º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DE552 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 229 | 82 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.10 |
| HSL | 95.92º | 0.74% | 0.61% | - |
| HSV(B) | 95.92º | 0.64% | 0.9% | - |
| XYZ | 40.53 | 62.31 | 17.87 | - |
| YUV | 185.93 | 69.35 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 229 | 82 | 0.38 | 0 | 0.64 | 0.10 | 95.92 | 0.74 | 0.61 |
| Hex | 8D | E5 | 52 | 26 | 0 | 40 | A | 60 | 4A | 3D |
| Octal | 215 | 345 | 122 | 46 | 0 | 100 | 12 | 140 | 112 | 75 |
| Binary | 10001101 | 11100101 | 1010010 | 100110 | 0 | 1000000 | 1010 | 1100000 | 1001010 | 111101 |
Color Harmonies of #8DE552
Complementary color
Monochromatic Colors of #8DE552
Black with #8DE552
Text Example
Text Example
White with #8DE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE552; }
p { color: rgb(141,229,82); }
H1.HeaderClassName
{
color: #8DE552;
}
.AnyTagClassName
{
color: #8DE552;
}
</style>
background-color css
<style>
a { background-color: #8DE552; }
a { background-color: rgb(141,229,82); }
div.DivClassName
{
background-color: #8DE552;
}
.BgClassName
{
background-color: #8DE552;
}
</style>
border-color css
<style>
span { border-color: #8DE552; }
span { border-color: rgb(141,229,82); }
td.TdClassName
{
border-color: #8DE552;
}
.TagClassName
{
border-color: #8DE552;
}
</style>