Shades of Mantis #7CEA46
Tints of Mantis #7CEA46
RGB
CMYK
RGB Variations
Color information
#7CEA46 (or 0x7CEA46) is known color: Mantis. HEX triplet: 7C, EA and 46. RGB value is (124,234,70). Sum of RGB (Red+Green+Blue) = 124+234+70=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEA46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEA46 is #8315B9. Grayscale: #B6B6B6. Windows color (decimal): -8590778 or 4647548. OLE color: 4647548.
HSL color Cylindrical-coordinate representation of color #7CEA46: hue angle of 100.24º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CEA46 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 234 | 70 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.08 |
| HSL | 100.24º | 0.8% | 0.6% | - |
| HSV(B) | 100.24º | 0.7% | 0.92% | - |
| XYZ | 38.84 | 63.57 | 16.02 | - |
| YUV | 182.41 | 64.56 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 234 | 70 | 0.47 | 0 | 0.70 | 0.08 | 100.24 | 0.8 | 0.6 |
| Hex | 7C | EA | 46 | 2F | 0 | 46 | 8 | 64 | 50 | 3C |
| Octal | 174 | 352 | 106 | 57 | 0 | 106 | 10 | 144 | 120 | 74 |
| Binary | 1111100 | 11101010 | 1000110 | 101111 | 0 | 1000110 | 1000 | 1100100 | 1010000 | 111100 |
Color Harmonies of #7CEA46
Complementary color
Monochromatic Colors of #7CEA46
Black with #7CEA46
Text Example
Text Example
White with #7CEA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEA46; }
p { color: rgb(124,234,70); }
H1.HeaderClassName
{
color: #7CEA46;
}
.AnyTagClassName
{
color: #7CEA46;
}
</style>
background-color css
<style>
a { background-color: #7CEA46; }
a { background-color: rgb(124,234,70); }
div.DivClassName
{
background-color: #7CEA46;
}
.BgClassName
{
background-color: #7CEA46;
}
</style>
border-color css
<style>
span { border-color: #7CEA46; }
span { border-color: rgb(124,234,70); }
td.TdClassName
{
border-color: #7CEA46;
}
.TagClassName
{
border-color: #7CEA46;
}
</style>