Shades of Mantis #7CD444
Tints of Mantis #7CD444
RGB
CMYK
RGB Variations
Color information
#7CD444 (or 0x7CD444) is known color: Mantis. HEX triplet: 7C, D4 and 44. RGB value is (124,212,68). Sum of RGB (Red+Green+Blue) = 124+212+68=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #7CD444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD444 is #832BBB. Grayscale: #A9A9A9. Windows color (decimal): -8596412 or 4510844. OLE color: 4510844.
HSL color Cylindrical-coordinate representation of color #7CD444: hue angle of 96.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CD444 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 212 | 68 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.17 |
| HSL | 96.67º | 0.63% | 0.55% | - |
| HSV(B) | 96.67º | 0.68% | 0.83% | - |
| XYZ | 32.9 | 51.79 | 13.73 | - |
| YUV | 169.27 | 70.85 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 212 | 68 | 0.42 | 0 | 0.68 | 0.17 | 96.67 | 0.63 | 0.55 |
| Hex | 7C | D4 | 44 | 2A | 0 | 44 | 11 | 61 | 3F | 37 |
| Octal | 174 | 324 | 104 | 52 | 0 | 104 | 21 | 141 | 77 | 67 |
| Binary | 1111100 | 11010100 | 1000100 | 101010 | 0 | 1000100 | 10001 | 1100001 | 111111 | 110111 |
Color Harmonies of #7CD444
Complementary color
Monochromatic Colors of #7CD444
Black with #7CD444
Text Example
Text Example
White with #7CD444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD444; }
p { color: rgb(124,212,68); }
H1.HeaderClassName
{
color: #7CD444;
}
.AnyTagClassName
{
color: #7CD444;
}
</style>
background-color css
<style>
a { background-color: #7CD444; }
a { background-color: rgb(124,212,68); }
div.DivClassName
{
background-color: #7CD444;
}
.BgClassName
{
background-color: #7CD444;
}
</style>
border-color css
<style>
span { border-color: #7CD444; }
span { border-color: rgb(124,212,68); }
td.TdClassName
{
border-color: #7CD444;
}
.TagClassName
{
border-color: #7CD444;
}
</style>