Shades of Emerald #44EC7C
Tints of Emerald #44EC7C
RGB
CMYK
RGB Variations
Color information
#44EC7C (or 0x44EC7C) is known color: Emerald. HEX triplet: 44, EC and 7C. RGB value is (68,236,124). Sum of RGB (Red+Green+Blue) = 68+236+124=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44EC7C is #BB1383. Grayscale: #ADADAD. Windows color (decimal): -12260228 or 8186948. OLE color: 8186948.
HSL color Cylindrical-coordinate representation of color #44EC7C: hue angle of 140º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EC7C is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 124 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.07 |
| HSL | 140º | 0.82% | 0.6% | - |
| HSV(B) | 140º | 0.71% | 0.93% | - |
| XYZ | 36.02 | 62.68 | 29.27 | - |
| YUV | 173 | 100.34 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 124 | 0.71 | 0 | 0.47 | 0.07 | 140 | 0.82 | 0.6 |
| Hex | 44 | EC | 7C | 47 | 0 | 2F | 7 | 8C | 52 | 3C |
| Octal | 104 | 354 | 174 | 107 | 0 | 57 | 7 | 214 | 122 | 74 |
| Binary | 1000100 | 11101100 | 1111100 | 1000111 | 0 | 101111 | 111 | 10001100 | 1010010 | 111100 |
Color Harmonies of #44EC7C
Complementary color
Monochromatic Colors of #44EC7C
Black with #44EC7C
Text Example
Text Example
White with #44EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC7C; }
p { color: rgb(68,236,124); }
H1.HeaderClassName
{
color: #44EC7C;
}
.AnyTagClassName
{
color: #44EC7C;
}
</style>
background-color css
<style>
a { background-color: #44EC7C; }
a { background-color: rgb(68,236,124); }
div.DivClassName
{
background-color: #44EC7C;
}
.BgClassName
{
background-color: #44EC7C;
}
</style>
border-color css
<style>
span { border-color: #44EC7C; }
span { border-color: rgb(68,236,124); }
td.TdClassName
{
border-color: #44EC7C;
}
.TagClassName
{
border-color: #44EC7C;
}
</style>