Shades of Mantis #8ECC52
Tints of Mantis #8ECC52
RGB
CMYK
RGB Variations
Color information
#8ECC52 (or 0x8ECC52) is known color: Mantis. HEX triplet: 8E, CC and 52. RGB value is (142,204,82). Sum of RGB (Red+Green+Blue) = 142+204+82=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECC52 is #7133AD. Grayscale: #ABABAB. Windows color (decimal): -7418798 or 5426318. OLE color: 5426318.
HSL color Cylindrical-coordinate representation of color #8ECC52: hue angle of 90.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ECC52 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 82 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.2 |
| HSL | 90.49º | 0.54% | 0.56% | - |
| HSV(B) | 90.49º | 0.6% | 0.8% | - |
| XYZ | 34.27 | 49.55 | 15.74 | - |
| YUV | 171.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 82 | 0.30 | 0 | 0.60 | 0.2 | 90.49 | 0.54 | 0.56 |
| Hex | 8E | CC | 52 | 1E | 0 | 3C | 14 | 5A | 36 | 38 |
| Octal | 216 | 314 | 122 | 36 | 0 | 74 | 24 | 132 | 66 | 70 |
| Binary | 10001110 | 11001100 | 1010010 | 11110 | 0 | 111100 | 10100 | 1011010 | 110110 | 111000 |
Color Harmonies of #8ECC52
Complementary color
Monochromatic Colors of #8ECC52
Black with #8ECC52
Text Example
Text Example
White with #8ECC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC52; }
p { color: rgb(142,204,82); }
H1.HeaderClassName
{
color: #8ECC52;
}
.AnyTagClassName
{
color: #8ECC52;
}
</style>
background-color css
<style>
a { background-color: #8ECC52; }
a { background-color: rgb(142,204,82); }
div.DivClassName
{
background-color: #8ECC52;
}
.BgClassName
{
background-color: #8ECC52;
}
</style>
border-color css
<style>
span { border-color: #8ECC52; }
span { border-color: rgb(142,204,82); }
td.TdClassName
{
border-color: #8ECC52;
}
.TagClassName
{
border-color: #8ECC52;
}
</style>