Shades of Emerald #44DD76
Tints of Emerald #44DD76
RGB
CMYK
RGB Variations
Color information
#44DD76 (or 0x44DD76) is known color: Emerald. HEX triplet: 44, DD and 76. RGB value is (68,221,118). Sum of RGB (Red+Green+Blue) = 68+221+118=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD76 is #BB2289. Grayscale: #A3A3A3. Windows color (decimal): -12264074 or 7789892. OLE color: 7789892.
HSL color Cylindrical-coordinate representation of color #44DD76: hue angle of 139.61º 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 #44DD76 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 118 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.13 |
| HSL | 139.61º | 0.69% | 0.57% | - |
| HSV(B) | 139.61º | 0.69% | 0.87% | - |
| XYZ | 31.51 | 54.25 | 25.95 | - |
| YUV | 163.51 | 102.31 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 118 | 0.69 | 0 | 0.47 | 0.13 | 139.61 | 0.69 | 0.57 |
| Hex | 44 | DD | 76 | 45 | 0 | 2F | D | 8C | 45 | 39 |
| Octal | 104 | 335 | 166 | 105 | 0 | 57 | 15 | 214 | 105 | 71 |
| Binary | 1000100 | 11011101 | 1110110 | 1000101 | 0 | 101111 | 1101 | 10001100 | 1000101 | 111001 |
Color Harmonies of #44DD76
Complementary color
Monochromatic Colors of #44DD76
Black with #44DD76
Text Example
Text Example
White with #44DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DD76; }
p { color: rgb(68,221,118); }
H1.HeaderClassName
{
color: #44DD76;
}
.AnyTagClassName
{
color: #44DD76;
}
</style>
background-color css
<style>
a { background-color: #44DD76; }
a { background-color: rgb(68,221,118); }
div.DivClassName
{
background-color: #44DD76;
}
.BgClassName
{
background-color: #44DD76;
}
</style>
border-color css
<style>
span { border-color: #44DD76; }
span { border-color: rgb(68,221,118); }
td.TdClassName
{
border-color: #44DD76;
}
.TagClassName
{
border-color: #44DD76;
}
</style>