Shades of Emerald #44C960
Tints of Emerald #44C960
RGB
CMYK
RGB Variations
Color information
#44C960 (or 0x44C960) is known color: Emerald. HEX triplet: 44, C9 and 60. RGB value is (68,201,96). Sum of RGB (Red+Green+Blue) = 68+201+96=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #44C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C960 is #BB369F. Grayscale: #959595. Windows color (decimal): -12269216 or 6342980. OLE color: 6342980.
HSL color Cylindrical-coordinate representation of color #44C960: hue angle of 132.63º 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 #44C960 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 96 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.21 |
| HSL | 132.63º | 0.55% | 0.53% | - |
| HSV(B) | 132.63º | 0.66% | 0.79% | - |
| XYZ | 25.38 | 43.85 | 18.19 | - |
| YUV | 149.26 | 97.94 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 96 | 0.66 | 0 | 0.52 | 0.21 | 132.63 | 0.55 | 0.53 |
| Hex | 44 | C9 | 60 | 42 | 0 | 34 | 15 | 85 | 37 | 35 |
| Octal | 104 | 311 | 140 | 102 | 0 | 64 | 25 | 205 | 67 | 65 |
| Binary | 1000100 | 11001001 | 1100000 | 1000010 | 0 | 110100 | 10101 | 10000101 | 110111 | 110101 |
Color Harmonies of #44C960
Complementary color
Monochromatic Colors of #44C960
Black with #44C960
Text Example
Text Example
White with #44C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C960; }
p { color: rgb(68,201,96); }
H1.HeaderClassName
{
color: #44C960;
}
.AnyTagClassName
{
color: #44C960;
}
</style>
background-color css
<style>
a { background-color: #44C960; }
a { background-color: rgb(68,201,96); }
div.DivClassName
{
background-color: #44C960;
}
.BgClassName
{
background-color: #44C960;
}
</style>
border-color css
<style>
span { border-color: #44C960; }
span { border-color: rgb(68,201,96); }
td.TdClassName
{
border-color: #44C960;
}
.TagClassName
{
border-color: #44C960;
}
</style>