Shades of Emerald #44D77D
Tints of Emerald #44D77D
RGB
CMYK
RGB Variations
Color information
#44D77D (or 0x44D77D) is known color: Emerald. HEX triplet: 44, D7 and 7D. RGB value is (68,215,125). Sum of RGB (Red+Green+Blue) = 68+215+125=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #44D77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D77D is #BB2882. Grayscale: #A1A1A1. Windows color (decimal): -12265603 or 8247108. OLE color: 8247108.
HSL color Cylindrical-coordinate representation of color #44D77D: hue angle of 143.27º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D77D is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 125 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.16 |
| HSL | 143.27º | 0.65% | 0.55% | - |
| HSV(B) | 143.27º | 0.68% | 0.84% | - |
| XYZ | 30.39 | 51.31 | 27.7 | - |
| YUV | 160.79 | 107.8 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 125 | 0.68 | 0 | 0.42 | 0.16 | 143.27 | 0.65 | 0.55 |
| Hex | 44 | D7 | 7D | 44 | 0 | 2A | 10 | 8F | 41 | 37 |
| Octal | 104 | 327 | 175 | 104 | 0 | 52 | 20 | 217 | 101 | 67 |
| Binary | 1000100 | 11010111 | 1111101 | 1000100 | 0 | 101010 | 10000 | 10001111 | 1000001 | 110111 |
Color Harmonies of #44D77D
Complementary color
Monochromatic Colors of #44D77D
Black with #44D77D
Text Example
Text Example
White with #44D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D77D; }
p { color: rgb(68,215,125); }
H1.HeaderClassName
{
color: #44D77D;
}
.AnyTagClassName
{
color: #44D77D;
}
</style>
background-color css
<style>
a { background-color: #44D77D; }
a { background-color: rgb(68,215,125); }
div.DivClassName
{
background-color: #44D77D;
}
.BgClassName
{
background-color: #44D77D;
}
</style>
border-color css
<style>
span { border-color: #44D77D; }
span { border-color: rgb(68,215,125); }
td.TdClassName
{
border-color: #44D77D;
}
.TagClassName
{
border-color: #44D77D;
}
</style>