Shades of Mantis #8CEA52
Tints of Mantis #8CEA52
RGB
CMYK
RGB Variations
Color information
#8CEA52 (or 0x8CEA52) is known color: Mantis. HEX triplet: 8C, EA and 52. RGB value is (140,234,82). Sum of RGB (Red+Green+Blue) = 140+234+82=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA52 is #7315AD. Grayscale: #BDBDBD. Windows color (decimal): -7542190 or 5433996. OLE color: 5433996.
HSL color Cylindrical-coordinate representation of color #8CEA52: hue angle of 97.11º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CEA52 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 82 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.08 |
| HSL | 97.11º | 0.78% | 0.62% | - |
| HSV(B) | 97.11º | 0.65% | 0.92% | - |
| XYZ | 41.76 | 65.03 | 18.33 | - |
| YUV | 188.57 | 67.86 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 82 | 0.40 | 0 | 0.65 | 0.08 | 97.11 | 0.78 | 0.62 |
| Hex | 8C | EA | 52 | 28 | 0 | 41 | 8 | 61 | 4E | 3E |
| Octal | 214 | 352 | 122 | 50 | 0 | 101 | 10 | 141 | 116 | 76 |
| Binary | 10001100 | 11101010 | 1010010 | 101000 | 0 | 1000001 | 1000 | 1100001 | 1001110 | 111110 |
Color Harmonies of #8CEA52
Complementary color
Monochromatic Colors of #8CEA52
Black with #8CEA52
Text Example
Text Example
White with #8CEA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA52; }
p { color: rgb(140,234,82); }
H1.HeaderClassName
{
color: #8CEA52;
}
.AnyTagClassName
{
color: #8CEA52;
}
</style>
background-color css
<style>
a { background-color: #8CEA52; }
a { background-color: rgb(140,234,82); }
div.DivClassName
{
background-color: #8CEA52;
}
.BgClassName
{
background-color: #8CEA52;
}
</style>
border-color css
<style>
span { border-color: #8CEA52; }
span { border-color: rgb(140,234,82); }
td.TdClassName
{
border-color: #8CEA52;
}
.TagClassName
{
border-color: #8CEA52;
}
</style>