Shades of Emerald #44DC5E
Tints of Emerald #44DC5E
RGB
CMYK
RGB Variations
Color information
#44DC5E (or 0x44DC5E) is known color: Emerald. HEX triplet: 44, DC and 5E. RGB value is (68,220,94). Sum of RGB (Red+Green+Blue) = 68+220+94=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DC5E is #BB23A1. Grayscale: #A0A0A0. Windows color (decimal): -12264354 or 6216772. OLE color: 6216772.
HSL color Cylindrical-coordinate representation of color #44DC5E: hue angle of 130.26º 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 #44DC5E is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 220 | 94 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.14 |
| HSL | 130.26º | 0.68% | 0.56% | - |
| HSV(B) | 130.26º | 0.69% | 0.86% | - |
| XYZ | 30 | 53.22 | 19.28 | - |
| YUV | 160.19 | 90.64 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 94 | 0.69 | 0 | 0.57 | 0.14 | 130.26 | 0.68 | 0.56 |
| Hex | 44 | DC | 5E | 45 | 0 | 39 | E | 82 | 44 | 38 |
| Octal | 104 | 334 | 136 | 105 | 0 | 71 | 16 | 202 | 104 | 70 |
| Binary | 1000100 | 11011100 | 1011110 | 1000101 | 0 | 111001 | 1110 | 10000010 | 1000100 | 111000 |
Color Harmonies of #44DC5E
Complementary color
Monochromatic Colors of #44DC5E
Black with #44DC5E
Text Example
Text Example
White with #44DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DC5E; }
p { color: rgb(68,220,94); }
H1.HeaderClassName
{
color: #44DC5E;
}
.AnyTagClassName
{
color: #44DC5E;
}
</style>
background-color css
<style>
a { background-color: #44DC5E; }
a { background-color: rgb(68,220,94); }
div.DivClassName
{
background-color: #44DC5E;
}
.BgClassName
{
background-color: #44DC5E;
}
</style>
border-color css
<style>
span { border-color: #44DC5E; }
span { border-color: rgb(68,220,94); }
td.TdClassName
{
border-color: #44DC5E;
}
.TagClassName
{
border-color: #44DC5E;
}
</style>