Shades of Emerald #44CF60
Tints of Emerald #44CF60
RGB
CMYK
RGB Variations
Color information
#44CF60 (or 0x44CF60) is known color: Emerald. HEX triplet: 44, CF and 60. RGB value is (68,207,96). Sum of RGB (Red+Green+Blue) = 68+207+96=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CF60 is #BB309F. Grayscale: #999999. Windows color (decimal): -12267680 or 6344516. OLE color: 6344516.
HSL color Cylindrical-coordinate representation of color #44CF60: hue angle of 132.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CF60 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 96 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.19 |
| HSL | 132.09º | 0.59% | 0.54% | - |
| HSV(B) | 132.09º | 0.67% | 0.81% | - |
| XYZ | 26.81 | 46.7 | 18.67 | - |
| YUV | 152.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 96 | 0.67 | 0 | 0.54 | 0.19 | 132.09 | 0.59 | 0.54 |
| Hex | 44 | CF | 60 | 43 | 0 | 36 | 13 | 84 | 3B | 36 |
| Octal | 104 | 317 | 140 | 103 | 0 | 66 | 23 | 204 | 73 | 66 |
| Binary | 1000100 | 11001111 | 1100000 | 1000011 | 0 | 110110 | 10011 | 10000100 | 111011 | 110110 |
Color Harmonies of #44CF60
Complementary color
Monochromatic Colors of #44CF60
Black with #44CF60
Text Example
Text Example
White with #44CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CF60; }
p { color: rgb(68,207,96); }
H1.HeaderClassName
{
color: #44CF60;
}
.AnyTagClassName
{
color: #44CF60;
}
</style>
background-color css
<style>
a { background-color: #44CF60; }
a { background-color: rgb(68,207,96); }
div.DivClassName
{
background-color: #44CF60;
}
.BgClassName
{
background-color: #44CF60;
}
</style>
border-color css
<style>
span { border-color: #44CF60; }
span { border-color: rgb(68,207,96); }
td.TdClassName
{
border-color: #44CF60;
}
.TagClassName
{
border-color: #44CF60;
}
</style>