Shades of Mantis #7CE348
Tints of Mantis #7CE348
RGB
CMYK
RGB Variations
Color information
#7CE348 (or 0x7CE348) is known color: Mantis. HEX triplet: 7C, E3 and 48. RGB value is (124,227,72). Sum of RGB (Red+Green+Blue) = 124+227+72=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #7CE348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE348 is #831CB7. Grayscale: #B3B3B3. Windows color (decimal): -8592568 or 4776828. OLE color: 4776828.
HSL color Cylindrical-coordinate representation of color #7CE348: hue angle of 99.87º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CE348 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 227 | 72 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.11 |
| HSL | 99.87º | 0.73% | 0.59% | - |
| HSV(B) | 99.87º | 0.68% | 0.89% | - |
| XYZ | 36.95 | 59.69 | 15.7 | - |
| YUV | 178.53 | 67.88 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 72 | 0.45 | 0 | 0.68 | 0.11 | 99.87 | 0.73 | 0.59 |
| Hex | 7C | E3 | 48 | 2D | 0 | 44 | B | 64 | 49 | 3B |
| Octal | 174 | 343 | 110 | 55 | 0 | 104 | 13 | 144 | 111 | 73 |
| Binary | 1111100 | 11100011 | 1001000 | 101101 | 0 | 1000100 | 1011 | 1100100 | 1001001 | 111011 |
Color Harmonies of #7CE348
Complementary color
Monochromatic Colors of #7CE348
Black with #7CE348
Text Example
Text Example
White with #7CE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE348; }
p { color: rgb(124,227,72); }
H1.HeaderClassName
{
color: #7CE348;
}
.AnyTagClassName
{
color: #7CE348;
}
</style>
background-color css
<style>
a { background-color: #7CE348; }
a { background-color: rgb(124,227,72); }
div.DivClassName
{
background-color: #7CE348;
}
.BgClassName
{
background-color: #7CE348;
}
</style>
border-color css
<style>
span { border-color: #7CE348; }
span { border-color: rgb(124,227,72); }
td.TdClassName
{
border-color: #7CE348;
}
.TagClassName
{
border-color: #7CE348;
}
</style>