Shades of Mantis #7CE45A
Tints of Mantis #7CE45A
RGB
CMYK
RGB Variations
Color information
#7CE45A (or 0x7CE45A) is known color: Mantis. HEX triplet: 7C, E4 and 5A. RGB value is (124,228,90). Sum of RGB (Red+Green+Blue) = 124+228+90=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #7CE45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE45A is #831BA5. Grayscale: #B5B5B5. Windows color (decimal): -8592294 or 5956732. OLE color: 5956732.
HSL color Cylindrical-coordinate representation of color #7CE45A: hue angle of 105.22º 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 #7CE45A is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 228 | 90 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.11 |
| HSL | 105.22º | 0.72% | 0.62% | - |
| HSV(B) | 105.22º | 0.61% | 0.89% | - |
| XYZ | 37.9 | 60.51 | 19.35 | - |
| YUV | 181.17 | 76.54 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 228 | 90 | 0.46 | 0 | 0.61 | 0.11 | 105.22 | 0.72 | 0.62 |
| Hex | 7C | E4 | 5A | 2E | 0 | 3D | B | 69 | 48 | 3E |
| Octal | 174 | 344 | 132 | 56 | 0 | 75 | 13 | 151 | 110 | 76 |
| Binary | 1111100 | 11100100 | 1011010 | 101110 | 0 | 111101 | 1011 | 1101001 | 1001000 | 111110 |
Color Harmonies of #7CE45A
Complementary color
Monochromatic Colors of #7CE45A
Black with #7CE45A
Text Example
Text Example
White with #7CE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE45A; }
p { color: rgb(124,228,90); }
H1.HeaderClassName
{
color: #7CE45A;
}
.AnyTagClassName
{
color: #7CE45A;
}
</style>
background-color css
<style>
a { background-color: #7CE45A; }
a { background-color: rgb(124,228,90); }
div.DivClassName
{
background-color: #7CE45A;
}
.BgClassName
{
background-color: #7CE45A;
}
</style>
border-color css
<style>
span { border-color: #7CE45A; }
span { border-color: rgb(124,228,90); }
td.TdClassName
{
border-color: #7CE45A;
}
.TagClassName
{
border-color: #7CE45A;
}
</style>