Shades of Emerald #44C07E
Tints of Emerald #44C07E
RGB
CMYK
RGB Variations
Color information
#44C07E (or 0x44C07E) is known color: Emerald. HEX triplet: 44, C0 and 7E. RGB value is (68,192,126). Sum of RGB (Red+Green+Blue) = 68+192+126=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #44C07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C07E is #BB3F81. Grayscale: #939393. Windows color (decimal): -12271490 or 8306756. OLE color: 8306756.
HSL color Cylindrical-coordinate representation of color #44C07E: hue angle of 148.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 #44C07E is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 126 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.25 |
| HSL | 148.06º | 0.5% | 0.51% | - |
| HSV(B) | 148.06º | 0.65% | 0.75% | - |
| XYZ | 25 | 40.43 | 26.23 | - |
| YUV | 147.4 | 115.92 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 126 | 0.65 | 0 | 0.34 | 0.25 | 148.06 | 0.5 | 0.51 |
| Hex | 44 | C0 | 7E | 41 | 0 | 22 | 19 | 94 | 32 | 33 |
| Octal | 104 | 300 | 176 | 101 | 0 | 42 | 31 | 224 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1111110 | 1000001 | 0 | 100010 | 11001 | 10010100 | 110010 | 110011 |
Color Harmonies of #44C07E
Complementary color
Monochromatic Colors of #44C07E
Black with #44C07E
Text Example
Text Example
White with #44C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C07E; }
p { color: rgb(68,192,126); }
H1.HeaderClassName
{
color: #44C07E;
}
.AnyTagClassName
{
color: #44C07E;
}
</style>
background-color css
<style>
a { background-color: #44C07E; }
a { background-color: rgb(68,192,126); }
div.DivClassName
{
background-color: #44C07E;
}
.BgClassName
{
background-color: #44C07E;
}
</style>
border-color css
<style>
span { border-color: #44C07E; }
span { border-color: rgb(68,192,126); }
td.TdClassName
{
border-color: #44C07E;
}
.TagClassName
{
border-color: #44C07E;
}
</style>