Shades of Emerald #44DC6A
Tints of Emerald #44DC6A
RGB
CMYK
RGB Variations
Color information
#44DC6A (or 0x44DC6A) is known color: Emerald. HEX triplet: 44, DC and 6A. RGB value is (68,220,106). Sum of RGB (Red+Green+Blue) = 68+220+106=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DC6A is #BB2395. Grayscale: #A1A1A1. Windows color (decimal): -12264342 or 7003204. OLE color: 7003204.
HSL color Cylindrical-coordinate representation of color #44DC6A: hue angle of 135º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DC6A is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 220 | 106 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.14 |
| HSL | 135º | 0.68% | 0.56% | - |
| HSV(B) | 135º | 0.69% | 0.86% | - |
| XYZ | 30.58 | 53.46 | 22.34 | - |
| YUV | 161.56 | 96.64 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 106 | 0.69 | 0 | 0.52 | 0.14 | 135 | 0.68 | 0.56 |
| Hex | 44 | DC | 6A | 45 | 0 | 34 | E | 87 | 44 | 38 |
| Octal | 104 | 334 | 152 | 105 | 0 | 64 | 16 | 207 | 104 | 70 |
| Binary | 1000100 | 11011100 | 1101010 | 1000101 | 0 | 110100 | 1110 | 10000111 | 1000100 | 111000 |
Color Harmonies of #44DC6A
Complementary color
Monochromatic Colors of #44DC6A
Black with #44DC6A
Text Example
Text Example
White with #44DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DC6A; }
p { color: rgb(68,220,106); }
H1.HeaderClassName
{
color: #44DC6A;
}
.AnyTagClassName
{
color: #44DC6A;
}
</style>
background-color css
<style>
a { background-color: #44DC6A; }
a { background-color: rgb(68,220,106); }
div.DivClassName
{
background-color: #44DC6A;
}
.BgClassName
{
background-color: #44DC6A;
}
</style>
border-color css
<style>
span { border-color: #44DC6A; }
span { border-color: rgb(68,220,106); }
td.TdClassName
{
border-color: #44DC6A;
}
.TagClassName
{
border-color: #44DC6A;
}
</style>