Shades of Emerald #44E164
Tints of Emerald #44E164
RGB
CMYK
RGB Variations
Color information
#44E164 (or 0x44E164) is known color: Emerald. HEX triplet: 44, E1 and 64. RGB value is (68,225,100). Sum of RGB (Red+Green+Blue) = 68+225+100=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #44E164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44E164 is #BB1E9B. Grayscale: #A4A4A4. Windows color (decimal): -12263068 or 6611268. OLE color: 6611268.
HSL color Cylindrical-coordinate representation of color #44E164: hue angle of 132.23º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E164 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 100 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.12 |
| HSL | 132.23º | 0.72% | 0.57% | - |
| HSV(B) | 132.23º | 0.7% | 0.88% | - |
| XYZ | 31.61 | 56 | 21.2 | - |
| YUV | 163.81 | 91.99 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 100 | 0.70 | 0 | 0.56 | 0.12 | 132.23 | 0.72 | 0.57 |
| Hex | 44 | E1 | 64 | 46 | 0 | 38 | C | 84 | 48 | 39 |
| Octal | 104 | 341 | 144 | 106 | 0 | 70 | 14 | 204 | 110 | 71 |
| Binary | 1000100 | 11100001 | 1100100 | 1000110 | 0 | 111000 | 1100 | 10000100 | 1001000 | 111001 |
Color Harmonies of #44E164
Complementary color
Monochromatic Colors of #44E164
Black with #44E164
Text Example
Text Example
White with #44E164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E164; }
p { color: rgb(68,225,100); }
H1.HeaderClassName
{
color: #44E164;
}
.AnyTagClassName
{
color: #44E164;
}
</style>
background-color css
<style>
a { background-color: #44E164; }
a { background-color: rgb(68,225,100); }
div.DivClassName
{
background-color: #44E164;
}
.BgClassName
{
background-color: #44E164;
}
</style>
border-color css
<style>
span { border-color: #44E164; }
span { border-color: rgb(68,225,100); }
td.TdClassName
{
border-color: #44E164;
}
.TagClassName
{
border-color: #44E164;
}
</style>