Shades of Emerald #44D96D
Tints of Emerald #44D96D
RGB
CMYK
RGB Variations
Color information
#44D96D (or 0x44D96D) is known color: Emerald. HEX triplet: 44, D9 and 6D. RGB value is (68,217,109). Sum of RGB (Red+Green+Blue) = 68+217+109=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #44D96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D96D is #BB2692. Grayscale: #A0A0A0. Windows color (decimal): -12265107 or 7199044. OLE color: 7199044.
HSL color Cylindrical-coordinate representation of color #44D96D: hue angle of 136.51º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D96D is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 217 | 109 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.15 |
| HSL | 136.51º | 0.66% | 0.56% | - |
| HSV(B) | 136.51º | 0.69% | 0.85% | - |
| XYZ | 29.96 | 51.96 | 22.92 | - |
| YUV | 160.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 217 | 109 | 0.69 | 0 | 0.50 | 0.15 | 136.51 | 0.66 | 0.56 |
| Hex | 44 | D9 | 6D | 45 | 0 | 32 | F | 89 | 42 | 38 |
| Octal | 104 | 331 | 155 | 105 | 0 | 62 | 17 | 211 | 102 | 70 |
| Binary | 1000100 | 11011001 | 1101101 | 1000101 | 0 | 110010 | 1111 | 10001001 | 1000010 | 111000 |
Color Harmonies of #44D96D
Complementary color
Monochromatic Colors of #44D96D
Black with #44D96D
Text Example
Text Example
White with #44D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D96D; }
p { color: rgb(68,217,109); }
H1.HeaderClassName
{
color: #44D96D;
}
.AnyTagClassName
{
color: #44D96D;
}
</style>
background-color css
<style>
a { background-color: #44D96D; }
a { background-color: rgb(68,217,109); }
div.DivClassName
{
background-color: #44D96D;
}
.BgClassName
{
background-color: #44D96D;
}
</style>
border-color css
<style>
span { border-color: #44D96D; }
span { border-color: rgb(68,217,109); }
td.TdClassName
{
border-color: #44D96D;
}
.TagClassName
{
border-color: #44D96D;
}
</style>