Shades of Emerald #44D957
Tints of Emerald #44D957
RGB
CMYK
RGB Variations
Color information
#44D957 (or 0x44D957) is known color: Emerald. HEX triplet: 44, D9 and 57. RGB value is (68,217,87). Sum of RGB (Red+Green+Blue) = 68+217+87=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #44D957 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D957 is #BB26A8. Grayscale: #9E9E9E. Windows color (decimal): -12265129 or 5757252. OLE color: 5757252.
HSL color Cylindrical-coordinate representation of color #44D957: hue angle of 127.65º 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 #44D957 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 217 | 87 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.15 |
| HSL | 127.65º | 0.66% | 0.56% | - |
| HSV(B) | 127.65º | 0.69% | 0.85% | - |
| XYZ | 28.92 | 51.54 | 17.44 | - |
| YUV | 157.63 | 88.14 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 217 | 87 | 0.69 | 0 | 0.60 | 0.15 | 127.65 | 0.66 | 0.56 |
| Hex | 44 | D9 | 57 | 45 | 0 | 3C | F | 80 | 42 | 38 |
| Octal | 104 | 331 | 127 | 105 | 0 | 74 | 17 | 200 | 102 | 70 |
| Binary | 1000100 | 11011001 | 1010111 | 1000101 | 0 | 111100 | 1111 | 10000000 | 1000010 | 111000 |
Color Harmonies of #44D957
Complementary color
Monochromatic Colors of #44D957
Black with #44D957
Text Example
Text Example
White with #44D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D957; }
p { color: rgb(68,217,87); }
H1.HeaderClassName
{
color: #44D957;
}
.AnyTagClassName
{
color: #44D957;
}
</style>
background-color css
<style>
a { background-color: #44D957; }
a { background-color: rgb(68,217,87); }
div.DivClassName
{
background-color: #44D957;
}
.BgClassName
{
background-color: #44D957;
}
</style>
border-color css
<style>
span { border-color: #44D957; }
span { border-color: rgb(68,217,87); }
td.TdClassName
{
border-color: #44D957;
}
.TagClassName
{
border-color: #44D957;
}
</style>