Shades of Emerald #44DD74
Tints of Emerald #44DD74
RGB
CMYK
RGB Variations
Color information
#44DD74 (or 0x44DD74) is known color: Emerald. HEX triplet: 44, DD and 74. RGB value is (68,221,116). Sum of RGB (Red+Green+Blue) = 68+221+116=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD74 is #BB228B. Grayscale: #A3A3A3. Windows color (decimal): -12264076 or 7658820. OLE color: 7658820.
HSL color Cylindrical-coordinate representation of color #44DD74: hue angle of 138.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DD74 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 116 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.13 |
| HSL | 138.82º | 0.69% | 0.57% | - |
| HSV(B) | 138.82º | 0.69% | 0.87% | - |
| XYZ | 31.39 | 54.2 | 25.33 | - |
| YUV | 163.28 | 101.31 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 116 | 0.69 | 0 | 0.48 | 0.13 | 138.82 | 0.69 | 0.57 |
| Hex | 44 | DD | 74 | 45 | 0 | 30 | D | 8B | 45 | 39 |
| Octal | 104 | 335 | 164 | 105 | 0 | 60 | 15 | 213 | 105 | 71 |
| Binary | 1000100 | 11011101 | 1110100 | 1000101 | 0 | 110000 | 1101 | 10001011 | 1000101 | 111001 |
Color Harmonies of #44DD74
Complementary color
Monochromatic Colors of #44DD74
Black with #44DD74
Text Example
Text Example
White with #44DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DD74; }
p { color: rgb(68,221,116); }
H1.HeaderClassName
{
color: #44DD74;
}
.AnyTagClassName
{
color: #44DD74;
}
</style>
background-color css
<style>
a { background-color: #44DD74; }
a { background-color: rgb(68,221,116); }
div.DivClassName
{
background-color: #44DD74;
}
.BgClassName
{
background-color: #44DD74;
}
</style>
border-color css
<style>
span { border-color: #44DD74; }
span { border-color: rgb(68,221,116); }
td.TdClassName
{
border-color: #44DD74;
}
.TagClassName
{
border-color: #44DD74;
}
</style>