Shades of Emerald #44C05F
Tints of Emerald #44C05F
RGB
CMYK
RGB Variations
Color information
#44C05F (or 0x44C05F) is known color: Emerald. HEX triplet: 44, C0 and 5F. RGB value is (68,192,95). Sum of RGB (Red+Green+Blue) = 68+192+95=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #44C05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C05F is #BB3FA0. Grayscale: #909090. Windows color (decimal): -12271521 or 6275140. OLE color: 6275140.
HSL color Cylindrical-coordinate representation of color #44C05F: hue angle of 133.06º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C05F is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 95 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.25 |
| HSL | 133.06º | 0.5% | 0.51% | - |
| HSV(B) | 133.06º | 0.65% | 0.75% | - |
| XYZ | 23.3 | 39.75 | 17.27 | - |
| YUV | 143.87 | 100.42 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 95 | 0.65 | 0 | 0.51 | 0.25 | 133.06 | 0.5 | 0.51 |
| Hex | 44 | C0 | 5F | 41 | 0 | 33 | 19 | 85 | 32 | 33 |
| Octal | 104 | 300 | 137 | 101 | 0 | 63 | 31 | 205 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1011111 | 1000001 | 0 | 110011 | 11001 | 10000101 | 110010 | 110011 |
Color Harmonies of #44C05F
Complementary color
Monochromatic Colors of #44C05F
Black with #44C05F
Text Example
Text Example
White with #44C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C05F; }
p { color: rgb(68,192,95); }
H1.HeaderClassName
{
color: #44C05F;
}
.AnyTagClassName
{
color: #44C05F;
}
</style>
background-color css
<style>
a { background-color: #44C05F; }
a { background-color: rgb(68,192,95); }
div.DivClassName
{
background-color: #44C05F;
}
.BgClassName
{
background-color: #44C05F;
}
</style>
border-color css
<style>
span { border-color: #44C05F; }
span { border-color: rgb(68,192,95); }
td.TdClassName
{
border-color: #44C05F;
}
.TagClassName
{
border-color: #44C05F;
}
</style>