Shades of Emerald #44EC72
Tints of Emerald #44EC72
RGB
CMYK
RGB Variations
Color information
#44EC72 (or 0x44EC72) is known color: Emerald. HEX triplet: 44, EC and 72. RGB value is (68,236,114). Sum of RGB (Red+Green+Blue) = 68+236+114=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44EC72 is #BB138D. Grayscale: #ACACAC. Windows color (decimal): -12260238 or 7531588. OLE color: 7531588.
HSL color Cylindrical-coordinate representation of color #44EC72: hue angle of 136.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EC72 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 114 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.07 |
| HSL | 136.43º | 0.82% | 0.6% | - |
| HSV(B) | 136.43º | 0.71% | 0.93% | - |
| XYZ | 35.42 | 62.43 | 26.1 | - |
| YUV | 171.86 | 95.34 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 114 | 0.71 | 0 | 0.52 | 0.07 | 136.43 | 0.82 | 0.6 |
| Hex | 44 | EC | 72 | 47 | 0 | 34 | 7 | 88 | 52 | 3C |
| Octal | 104 | 354 | 162 | 107 | 0 | 64 | 7 | 210 | 122 | 74 |
| Binary | 1000100 | 11101100 | 1110010 | 1000111 | 0 | 110100 | 111 | 10001000 | 1010010 | 111100 |
Color Harmonies of #44EC72
Complementary color
Monochromatic Colors of #44EC72
Black with #44EC72
Text Example
Text Example
White with #44EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC72; }
p { color: rgb(68,236,114); }
H1.HeaderClassName
{
color: #44EC72;
}
.AnyTagClassName
{
color: #44EC72;
}
</style>
background-color css
<style>
a { background-color: #44EC72; }
a { background-color: rgb(68,236,114); }
div.DivClassName
{
background-color: #44EC72;
}
.BgClassName
{
background-color: #44EC72;
}
</style>
border-color css
<style>
span { border-color: #44EC72; }
span { border-color: rgb(68,236,114); }
td.TdClassName
{
border-color: #44EC72;
}
.TagClassName
{
border-color: #44EC72;
}
</style>