Shades of Mantis #8ECE52
Tints of Mantis #8ECE52
RGB
CMYK
RGB Variations
Color information
#8ECE52 (or 0x8ECE52) is known color: Mantis. HEX triplet: 8E, CE and 52. RGB value is (142,206,82). Sum of RGB (Red+Green+Blue) = 142+206+82=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECE52 is #7131AD. Grayscale: #ADADAD. Windows color (decimal): -7418286 or 5426830. OLE color: 5426830.
HSL color Cylindrical-coordinate representation of color #8ECE52: hue angle of 90.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ECE52 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 82 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.19 |
| HSL | 90.97º | 0.56% | 0.56% | - |
| HSV(B) | 90.97º | 0.6% | 0.81% | - |
| XYZ | 34.75 | 50.5 | 15.9 | - |
| YUV | 172.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 82 | 0.31 | 0 | 0.60 | 0.19 | 90.97 | 0.56 | 0.56 |
| Hex | 8E | CE | 52 | 1F | 0 | 3C | 13 | 5B | 38 | 38 |
| Octal | 216 | 316 | 122 | 37 | 0 | 74 | 23 | 133 | 70 | 70 |
| Binary | 10001110 | 11001110 | 1010010 | 11111 | 0 | 111100 | 10011 | 1011011 | 111000 | 111000 |
Color Harmonies of #8ECE52
Complementary color
Monochromatic Colors of #8ECE52
Black with #8ECE52
Text Example
Text Example
White with #8ECE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE52; }
p { color: rgb(142,206,82); }
H1.HeaderClassName
{
color: #8ECE52;
}
.AnyTagClassName
{
color: #8ECE52;
}
</style>
background-color css
<style>
a { background-color: #8ECE52; }
a { background-color: rgb(142,206,82); }
div.DivClassName
{
background-color: #8ECE52;
}
.BgClassName
{
background-color: #8ECE52;
}
</style>
border-color css
<style>
span { border-color: #8ECE52; }
span { border-color: rgb(142,206,82); }
td.TdClassName
{
border-color: #8ECE52;
}
.TagClassName
{
border-color: #8ECE52;
}
</style>