Shades of Emerald #44DD86
Tints of Emerald #44DD86
RGB
CMYK
RGB Variations
Color information
#44DD86 (or 0x44DD86) is known color: Emerald. HEX triplet: 44, DD and 86. RGB value is (68,221,134). Sum of RGB (Red+Green+Blue) = 68+221+134=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DD86 is #BB2279. Grayscale: #A5A5A5. Windows color (decimal): -12264058 or 8838468. OLE color: 8838468.
HSL color Cylindrical-coordinate representation of color #44DD86: hue angle of 145.88º 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 #44DD86 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 134 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.13 |
| HSL | 145.88º | 0.69% | 0.57% | - |
| HSV(B) | 145.88º | 0.69% | 0.87% | - |
| XYZ | 32.54 | 54.66 | 31.39 | - |
| YUV | 165.34 | 110.31 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 134 | 0.69 | 0 | 0.39 | 0.13 | 145.88 | 0.69 | 0.57 |
| Hex | 44 | DD | 86 | 45 | 0 | 27 | D | 92 | 45 | 39 |
| Octal | 104 | 335 | 206 | 105 | 0 | 47 | 15 | 222 | 105 | 71 |
| Binary | 1000100 | 11011101 | 10000110 | 1000101 | 0 | 100111 | 1101 | 10010010 | 1000101 | 111001 |
Color Harmonies of #44DD86
Complementary color
Monochromatic Colors of #44DD86
Black with #44DD86
Text Example
Text Example
White with #44DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DD86; }
p { color: rgb(68,221,134); }
H1.HeaderClassName
{
color: #44DD86;
}
.AnyTagClassName
{
color: #44DD86;
}
</style>
background-color css
<style>
a { background-color: #44DD86; }
a { background-color: rgb(68,221,134); }
div.DivClassName
{
background-color: #44DD86;
}
.BgClassName
{
background-color: #44DD86;
}
</style>
border-color css
<style>
span { border-color: #44DD86; }
span { border-color: rgb(68,221,134); }
td.TdClassName
{
border-color: #44DD86;
}
.TagClassName
{
border-color: #44DD86;
}
</style>