Shades of Emerald #44C964
Tints of Emerald #44C964
RGB
CMYK
RGB Variations
Color information
#44C964 (or 0x44C964) is known color: Emerald. HEX triplet: 44, C9 and 64. RGB value is (68,201,100). Sum of RGB (Red+Green+Blue) = 68+201+100=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #44C964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C964 is #BB369B. Grayscale: #959595. Windows color (decimal): -12269212 or 6605124. OLE color: 6605124.
HSL color Cylindrical-coordinate representation of color #44C964: hue angle of 134.44º degrees, saturation: 0.55, 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 #44C964 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 100 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.21 |
| HSL | 134.44º | 0.55% | 0.53% | - |
| HSV(B) | 134.44º | 0.66% | 0.79% | - |
| XYZ | 25.57 | 43.92 | 19.19 | - |
| YUV | 149.72 | 99.94 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 100 | 0.66 | 0 | 0.50 | 0.21 | 134.44 | 0.55 | 0.53 |
| Hex | 44 | C9 | 64 | 42 | 0 | 32 | 15 | 86 | 37 | 35 |
| Octal | 104 | 311 | 144 | 102 | 0 | 62 | 25 | 206 | 67 | 65 |
| Binary | 1000100 | 11001001 | 1100100 | 1000010 | 0 | 110010 | 10101 | 10000110 | 110111 | 110101 |
Color Harmonies of #44C964
Complementary color
Monochromatic Colors of #44C964
Black with #44C964
Text Example
Text Example
White with #44C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C964; }
p { color: rgb(68,201,100); }
H1.HeaderClassName
{
color: #44C964;
}
.AnyTagClassName
{
color: #44C964;
}
</style>
background-color css
<style>
a { background-color: #44C964; }
a { background-color: rgb(68,201,100); }
div.DivClassName
{
background-color: #44C964;
}
.BgClassName
{
background-color: #44C964;
}
</style>
border-color css
<style>
span { border-color: #44C964; }
span { border-color: rgb(68,201,100); }
td.TdClassName
{
border-color: #44C964;
}
.TagClassName
{
border-color: #44C964;
}
</style>