Shades of Emerald #44D66C
Tints of Emerald #44D66C
RGB
CMYK
RGB Variations
Color information
#44D66C (or 0x44D66C) is known color: Emerald. HEX triplet: 44, D6 and 6C. RGB value is (68,214,108). Sum of RGB (Red+Green+Blue) = 68+214+108=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #44D66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D66C is #BB2993. Grayscale: #9E9E9E. Windows color (decimal): -12265876 or 7132740. OLE color: 7132740.
HSL color Cylindrical-coordinate representation of color #44D66C: hue angle of 136.44º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D66C is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 214 | 108 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.16 |
| HSL | 136.44º | 0.64% | 0.55% | - |
| HSV(B) | 136.44º | 0.68% | 0.84% | - |
| XYZ | 29.14 | 50.4 | 22.38 | - |
| YUV | 158.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 214 | 108 | 0.68 | 0 | 0.50 | 0.16 | 136.44 | 0.64 | 0.55 |
| Hex | 44 | D6 | 6C | 44 | 0 | 32 | 10 | 88 | 40 | 37 |
| Octal | 104 | 326 | 154 | 104 | 0 | 62 | 20 | 210 | 100 | 67 |
| Binary | 1000100 | 11010110 | 1101100 | 1000100 | 0 | 110010 | 10000 | 10001000 | 1000000 | 110111 |
Color Harmonies of #44D66C
Complementary color
Monochromatic Colors of #44D66C
Black with #44D66C
Text Example
Text Example
White with #44D66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D66C; }
p { color: rgb(68,214,108); }
H1.HeaderClassName
{
color: #44D66C;
}
.AnyTagClassName
{
color: #44D66C;
}
</style>
background-color css
<style>
a { background-color: #44D66C; }
a { background-color: rgb(68,214,108); }
div.DivClassName
{
background-color: #44D66C;
}
.BgClassName
{
background-color: #44D66C;
}
</style>
border-color css
<style>
span { border-color: #44D66C; }
span { border-color: rgb(68,214,108); }
td.TdClassName
{
border-color: #44D66C;
}
.TagClassName
{
border-color: #44D66C;
}
</style>