Shades of Emerald #44D77C
Tints of Emerald #44D77C
RGB
CMYK
RGB Variations
Color information
#44D77C (or 0x44D77C) is known color: Emerald. HEX triplet: 44, D7 and 7C. RGB value is (68,215,124). Sum of RGB (Red+Green+Blue) = 68+215+124=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #44D77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D77C is #BB2883. Grayscale: #A0A0A0. Windows color (decimal): -12265604 or 8181572. OLE color: 8181572.
HSL color Cylindrical-coordinate representation of color #44D77C: hue angle of 142.86º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D77C is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 124 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.16 |
| HSL | 142.86º | 0.65% | 0.55% | - |
| HSV(B) | 142.86º | 0.68% | 0.84% | - |
| XYZ | 30.32 | 51.29 | 27.37 | - |
| YUV | 160.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 124 | 0.68 | 0 | 0.42 | 0.16 | 142.86 | 0.65 | 0.55 |
| Hex | 44 | D7 | 7C | 44 | 0 | 2A | 10 | 8F | 41 | 37 |
| Octal | 104 | 327 | 174 | 104 | 0 | 52 | 20 | 217 | 101 | 67 |
| Binary | 1000100 | 11010111 | 1111100 | 1000100 | 0 | 101010 | 10000 | 10001111 | 1000001 | 110111 |
Color Harmonies of #44D77C
Complementary color
Monochromatic Colors of #44D77C
Black with #44D77C
Text Example
Text Example
White with #44D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D77C; }
p { color: rgb(68,215,124); }
H1.HeaderClassName
{
color: #44D77C;
}
.AnyTagClassName
{
color: #44D77C;
}
</style>
background-color css
<style>
a { background-color: #44D77C; }
a { background-color: rgb(68,215,124); }
div.DivClassName
{
background-color: #44D77C;
}
.BgClassName
{
background-color: #44D77C;
}
</style>
border-color css
<style>
span { border-color: #44D77C; }
span { border-color: rgb(68,215,124); }
td.TdClassName
{
border-color: #44D77C;
}
.TagClassName
{
border-color: #44D77C;
}
</style>