Shades of Mantis #7CE448
Tints of Mantis #7CE448
RGB
CMYK
RGB Variations
Color information
#7CE448 (or 0x7CE448) is known color: Mantis. HEX triplet: 7C, E4 and 48. RGB value is (124,228,72). Sum of RGB (Red+Green+Blue) = 124+228+72=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #7CE448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE448 is #831BB7. Grayscale: #B3B3B3. Windows color (decimal): -8592312 or 4777084. OLE color: 4777084.
HSL color Cylindrical-coordinate representation of color #7CE448: hue angle of 100º degrees, saturation: 0.74, 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 #7CE448 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 228 | 72 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.11 |
| HSL | 100º | 0.74% | 0.59% | - |
| HSV(B) | 100º | 0.68% | 0.89% | - |
| XYZ | 37.23 | 60.24 | 15.8 | - |
| YUV | 179.12 | 67.54 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 228 | 72 | 0.46 | 0 | 0.68 | 0.11 | 100 | 0.74 | 0.59 |
| Hex | 7C | E4 | 48 | 2E | 0 | 44 | B | 64 | 4A | 3B |
| Octal | 174 | 344 | 110 | 56 | 0 | 104 | 13 | 144 | 112 | 73 |
| Binary | 1111100 | 11100100 | 1001000 | 101110 | 0 | 1000100 | 1011 | 1100100 | 1001010 | 111011 |
Color Harmonies of #7CE448
Complementary color
Monochromatic Colors of #7CE448
Black with #7CE448
Text Example
Text Example
White with #7CE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE448; }
p { color: rgb(124,228,72); }
H1.HeaderClassName
{
color: #7CE448;
}
.AnyTagClassName
{
color: #7CE448;
}
</style>
background-color css
<style>
a { background-color: #7CE448; }
a { background-color: rgb(124,228,72); }
div.DivClassName
{
background-color: #7CE448;
}
.BgClassName
{
background-color: #7CE448;
}
</style>
border-color css
<style>
span { border-color: #7CE448; }
span { border-color: rgb(124,228,72); }
td.TdClassName
{
border-color: #7CE448;
}
.TagClassName
{
border-color: #7CE448;
}
</style>