Shades of Emerald #44DF7B
Tints of Emerald #44DF7B
RGB
CMYK
RGB Variations
Color information
#44DF7B (or 0x44DF7B) is known color: Emerald. HEX triplet: 44, DF and 7B. RGB value is (68,223,123). Sum of RGB (Red+Green+Blue) = 68+223+123=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #44DF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DF7B is #BB2084. Grayscale: #A5A5A5. Windows color (decimal): -12263557 or 8118084. OLE color: 8118084.
HSL color Cylindrical-coordinate representation of color #44DF7B: hue angle of 141.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44DF7B is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 123 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.13 |
| HSL | 141.29º | 0.71% | 0.57% | - |
| HSV(B) | 141.29º | 0.7% | 0.87% | - |
| XYZ | 32.35 | 55.43 | 27.73 | - |
| YUV | 165.26 | 104.15 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 123 | 0.70 | 0 | 0.45 | 0.13 | 141.29 | 0.71 | 0.57 |
| Hex | 44 | DF | 7B | 46 | 0 | 2D | D | 8D | 47 | 39 |
| Octal | 104 | 337 | 173 | 106 | 0 | 55 | 15 | 215 | 107 | 71 |
| Binary | 1000100 | 11011111 | 1111011 | 1000110 | 0 | 101101 | 1101 | 10001101 | 1000111 | 111001 |
Color Harmonies of #44DF7B
Complementary color
Monochromatic Colors of #44DF7B
Black with #44DF7B
Text Example
Text Example
White with #44DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DF7B; }
p { color: rgb(68,223,123); }
H1.HeaderClassName
{
color: #44DF7B;
}
.AnyTagClassName
{
color: #44DF7B;
}
</style>
background-color css
<style>
a { background-color: #44DF7B; }
a { background-color: rgb(68,223,123); }
div.DivClassName
{
background-color: #44DF7B;
}
.BgClassName
{
background-color: #44DF7B;
}
</style>
border-color css
<style>
span { border-color: #44DF7B; }
span { border-color: rgb(68,223,123); }
td.TdClassName
{
border-color: #44DF7B;
}
.TagClassName
{
border-color: #44DF7B;
}
</style>