Shades of Emerald #44CA72
Tints of Emerald #44CA72
RGB
CMYK
RGB Variations
Color information
#44CA72 (or 0x44CA72) is known color: Emerald. HEX triplet: 44, CA and 72. RGB value is (68,202,114). Sum of RGB (Red+Green+Blue) = 68+202+114=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA72 is #BB358D. Grayscale: #989898. Windows color (decimal): -12268942 or 7522884. OLE color: 7522884.
HSL color Cylindrical-coordinate representation of color #44CA72: hue angle of 140.6º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CA72 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 114 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.21 |
| HSL | 140.6º | 0.56% | 0.53% | - |
| HSV(B) | 140.6º | 0.66% | 0.79% | - |
| XYZ | 26.54 | 44.68 | 23.15 | - |
| YUV | 151.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 114 | 0.66 | 0 | 0.44 | 0.21 | 140.6 | 0.56 | 0.53 |
| Hex | 44 | CA | 72 | 42 | 0 | 2C | 15 | 8D | 38 | 35 |
| Octal | 104 | 312 | 162 | 102 | 0 | 54 | 25 | 215 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1110010 | 1000010 | 0 | 101100 | 10101 | 10001101 | 111000 | 110101 |
Color Harmonies of #44CA72
Complementary color
Monochromatic Colors of #44CA72
Black with #44CA72
Text Example
Text Example
White with #44CA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA72; }
p { color: rgb(68,202,114); }
H1.HeaderClassName
{
color: #44CA72;
}
.AnyTagClassName
{
color: #44CA72;
}
</style>
background-color css
<style>
a { background-color: #44CA72; }
a { background-color: rgb(68,202,114); }
div.DivClassName
{
background-color: #44CA72;
}
.BgClassName
{
background-color: #44CA72;
}
</style>
border-color css
<style>
span { border-color: #44CA72; }
span { border-color: rgb(68,202,114); }
td.TdClassName
{
border-color: #44CA72;
}
.TagClassName
{
border-color: #44CA72;
}
</style>