Shades of Emerald #44D67C
Tints of Emerald #44D67C
RGB
CMYK
RGB Variations
Color information
#44D67C (or 0x44D67C) is known color: Emerald. HEX triplet: 44, D6 and 7C. RGB value is (68,214,124). Sum of RGB (Red+Green+Blue) = 68+214+124=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #44D67C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D67C is #BB2983. Grayscale: #A0A0A0. Windows color (decimal): -12265860 or 8181316. OLE color: 8181316.
HSL color Cylindrical-coordinate representation of color #44D67C: hue angle of 143.01º degrees, saturation: 0.64, 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 #44D67C is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 214 | 124 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.16 |
| HSL | 143.01º | 0.64% | 0.55% | - |
| HSV(B) | 143.01º | 0.68% | 0.84% | - |
| XYZ | 30.07 | 50.78 | 27.29 | - |
| YUV | 160.09 | 107.63 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 214 | 124 | 0.68 | 0 | 0.42 | 0.16 | 143.01 | 0.64 | 0.55 |
| Hex | 44 | D6 | 7C | 44 | 0 | 2A | 10 | 8F | 40 | 37 |
| Octal | 104 | 326 | 174 | 104 | 0 | 52 | 20 | 217 | 100 | 67 |
| Binary | 1000100 | 11010110 | 1111100 | 1000100 | 0 | 101010 | 10000 | 10001111 | 1000000 | 110111 |
Color Harmonies of #44D67C
Complementary color
Monochromatic Colors of #44D67C
Black with #44D67C
Text Example
Text Example
White with #44D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D67C; }
p { color: rgb(68,214,124); }
H1.HeaderClassName
{
color: #44D67C;
}
.AnyTagClassName
{
color: #44D67C;
}
</style>
background-color css
<style>
a { background-color: #44D67C; }
a { background-color: rgb(68,214,124); }
div.DivClassName
{
background-color: #44D67C;
}
.BgClassName
{
background-color: #44D67C;
}
</style>
border-color css
<style>
span { border-color: #44D67C; }
span { border-color: rgb(68,214,124); }
td.TdClassName
{
border-color: #44D67C;
}
.TagClassName
{
border-color: #44D67C;
}
</style>