Shades of Mantis #8CE45A
Tints of Mantis #8CE45A
RGB
CMYK
RGB Variations
Color information
#8CE45A (or 0x8CE45A) is known color: Mantis. HEX triplet: 8C, E4 and 5A. RGB value is (140,228,90). Sum of RGB (Red+Green+Blue) = 140+228+90=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE45A is #731BA5. Grayscale: #BABABA. Windows color (decimal): -7543718 or 5956748. OLE color: 5956748.
HSL color Cylindrical-coordinate representation of color #8CE45A: hue angle of 98.26º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CE45A is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 90 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.11 |
| HSL | 98.26º | 0.72% | 0.62% | - |
| HSV(B) | 98.26º | 0.61% | 0.89% | - |
| XYZ | 40.4 | 61.8 | 19.47 | - |
| YUV | 185.96 | 73.85 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 90 | 0.39 | 0 | 0.61 | 0.11 | 98.26 | 0.72 | 0.62 |
| Hex | 8C | E4 | 5A | 27 | 0 | 3D | B | 62 | 48 | 3E |
| Octal | 214 | 344 | 132 | 47 | 0 | 75 | 13 | 142 | 110 | 76 |
| Binary | 10001100 | 11100100 | 1011010 | 100111 | 0 | 111101 | 1011 | 1100010 | 1001000 | 111110 |
Color Harmonies of #8CE45A
Complementary color
Monochromatic Colors of #8CE45A
Black with #8CE45A
Text Example
Text Example
White with #8CE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE45A; }
p { color: rgb(140,228,90); }
H1.HeaderClassName
{
color: #8CE45A;
}
.AnyTagClassName
{
color: #8CE45A;
}
</style>
background-color css
<style>
a { background-color: #8CE45A; }
a { background-color: rgb(140,228,90); }
div.DivClassName
{
background-color: #8CE45A;
}
.BgClassName
{
background-color: #8CE45A;
}
</style>
border-color css
<style>
span { border-color: #8CE45A; }
span { border-color: rgb(140,228,90); }
td.TdClassName
{
border-color: #8CE45A;
}
.TagClassName
{
border-color: #8CE45A;
}
</style>