Shades of Emerald #44D65F
Tints of Emerald #44D65F
RGB
CMYK
RGB Variations
Color information
#44D65F (or 0x44D65F) is known color: Emerald. HEX triplet: 44, D6 and 5F. RGB value is (68,214,95). Sum of RGB (Red+Green+Blue) = 68+214+95=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #44D65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D65F is #BB29A0. Grayscale: #9D9D9D. Windows color (decimal): -12265889 or 6280772. OLE color: 6280772.
HSL color Cylindrical-coordinate representation of color #44D65F: hue angle of 131.1º 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 #44D65F is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 214 | 95 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.16 |
| HSL | 131.1º | 0.64% | 0.55% | - |
| HSV(B) | 131.1º | 0.68% | 0.84% | - |
| XYZ | 28.5 | 50.15 | 19 | - |
| YUV | 156.78 | 93.13 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 214 | 95 | 0.68 | 0 | 0.56 | 0.16 | 131.1 | 0.64 | 0.55 |
| Hex | 44 | D6 | 5F | 44 | 0 | 38 | 10 | 83 | 40 | 37 |
| Octal | 104 | 326 | 137 | 104 | 0 | 70 | 20 | 203 | 100 | 67 |
| Binary | 1000100 | 11010110 | 1011111 | 1000100 | 0 | 111000 | 10000 | 10000011 | 1000000 | 110111 |
Color Harmonies of #44D65F
Complementary color
Monochromatic Colors of #44D65F
Black with #44D65F
Text Example
Text Example
White with #44D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D65F; }
p { color: rgb(68,214,95); }
H1.HeaderClassName
{
color: #44D65F;
}
.AnyTagClassName
{
color: #44D65F;
}
</style>
background-color css
<style>
a { background-color: #44D65F; }
a { background-color: rgb(68,214,95); }
div.DivClassName
{
background-color: #44D65F;
}
.BgClassName
{
background-color: #44D65F;
}
</style>
border-color css
<style>
span { border-color: #44D65F; }
span { border-color: rgb(68,214,95); }
td.TdClassName
{
border-color: #44D65F;
}
.TagClassName
{
border-color: #44D65F;
}
</style>