Shades of Emerald #44DD6A
Tints of Emerald #44DD6A
RGB
CMYK
RGB Variations
Color information
#44DD6A (or 0x44DD6A) is known color: Emerald. HEX triplet: 44, DD and 6A. RGB value is (68,221,106). Sum of RGB (Red+Green+Blue) = 68+221+106=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD6A is #BB2295. Grayscale: #A2A2A2. Windows color (decimal): -12264086 or 7003460. OLE color: 7003460.
HSL color Cylindrical-coordinate representation of color #44DD6A: hue angle of 134.9º 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 #44DD6A is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 106 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.13 |
| HSL | 134.9º | 0.69% | 0.57% | - |
| HSV(B) | 134.9º | 0.69% | 0.87% | - |
| XYZ | 30.84 | 53.98 | 22.43 | - |
| YUV | 162.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 106 | 0.69 | 0 | 0.52 | 0.13 | 134.9 | 0.69 | 0.57 |
| Hex | 44 | DD | 6A | 45 | 0 | 34 | D | 87 | 45 | 39 |
| Octal | 104 | 335 | 152 | 105 | 0 | 64 | 15 | 207 | 105 | 71 |
| Binary | 1000100 | 11011101 | 1101010 | 1000101 | 0 | 110100 | 1101 | 10000111 | 1000101 | 111001 |
Color Harmonies of #44DD6A
Complementary color
Monochromatic Colors of #44DD6A
Black with #44DD6A
Text Example
Text Example
White with #44DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DD6A; }
p { color: rgb(68,221,106); }
H1.HeaderClassName
{
color: #44DD6A;
}
.AnyTagClassName
{
color: #44DD6A;
}
</style>
background-color css
<style>
a { background-color: #44DD6A; }
a { background-color: rgb(68,221,106); }
div.DivClassName
{
background-color: #44DD6A;
}
.BgClassName
{
background-color: #44DD6A;
}
</style>
border-color css
<style>
span { border-color: #44DD6A; }
span { border-color: rgb(68,221,106); }
td.TdClassName
{
border-color: #44DD6A;
}
.TagClassName
{
border-color: #44DD6A;
}
</style>