Shades of Mantis #7CE240
Tints of Mantis #7CE240
RGB
CMYK
RGB Variations
Color information
#7CE240 (or 0x7CE240) is known color: Mantis. HEX triplet: 7C, E2 and 40. RGB value is (124,226,64). Sum of RGB (Red+Green+Blue) = 124+226+64=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE240 is #831DBF. Grayscale: #B1B1B1. Windows color (decimal): -8592832 or 4252284. OLE color: 4252284.
HSL color Cylindrical-coordinate representation of color #7CE240: hue angle of 97.78º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CE240 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 226 | 64 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.11 |
| HSL | 97.78º | 0.74% | 0.57% | - |
| HSV(B) | 97.78º | 0.72% | 0.89% | - |
| XYZ | 36.43 | 59.05 | 14.33 | - |
| YUV | 177.03 | 64.21 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 64 | 0.45 | 0 | 0.72 | 0.11 | 97.78 | 0.74 | 0.57 |
| Hex | 7C | E2 | 40 | 2D | 0 | 48 | B | 62 | 4A | 39 |
| Octal | 174 | 342 | 100 | 55 | 0 | 110 | 13 | 142 | 112 | 71 |
| Binary | 1111100 | 11100010 | 1000000 | 101101 | 0 | 1001000 | 1011 | 1100010 | 1001010 | 111001 |
Color Harmonies of #7CE240
Complementary color
Monochromatic Colors of #7CE240
Black with #7CE240
Text Example
Text Example
White with #7CE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE240; }
p { color: rgb(124,226,64); }
H1.HeaderClassName
{
color: #7CE240;
}
.AnyTagClassName
{
color: #7CE240;
}
</style>
background-color css
<style>
a { background-color: #7CE240; }
a { background-color: rgb(124,226,64); }
div.DivClassName
{
background-color: #7CE240;
}
.BgClassName
{
background-color: #7CE240;
}
</style>
border-color css
<style>
span { border-color: #7CE240; }
span { border-color: rgb(124,226,64); }
td.TdClassName
{
border-color: #7CE240;
}
.TagClassName
{
border-color: #7CE240;
}
</style>