Shades of Emerald #44C284
Tints of Emerald #44C284
RGB
CMYK
RGB Variations
Color information
#44C284 (or 0x44C284) is known color: Emerald. HEX triplet: 44, C2 and 84. RGB value is (68,194,132). Sum of RGB (Red+Green+Blue) = 68+194+132=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #44C284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C284 is #BB3D7B. Grayscale: #959595. Windows color (decimal): -12270972 or 8700484. OLE color: 8700484.
HSL color Cylindrical-coordinate representation of color #44C284: hue angle of 150.48º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C284 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 194 | 132 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.24 |
| HSL | 150.48º | 0.51% | 0.51% | - |
| HSV(B) | 150.48º | 0.65% | 0.76% | - |
| XYZ | 25.84 | 41.48 | 28.47 | - |
| YUV | 149.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 194 | 132 | 0.65 | 0 | 0.32 | 0.24 | 150.48 | 0.51 | 0.51 |
| Hex | 44 | C2 | 84 | 41 | 0 | 20 | 18 | 96 | 33 | 33 |
| Octal | 104 | 302 | 204 | 101 | 0 | 40 | 30 | 226 | 63 | 63 |
| Binary | 1000100 | 11000010 | 10000100 | 1000001 | 0 | 100000 | 11000 | 10010110 | 110011 | 110011 |
Color Harmonies of #44C284
Complementary color
Monochromatic Colors of #44C284
Black with #44C284
Text Example
Text Example
White with #44C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C284; }
p { color: rgb(68,194,132); }
H1.HeaderClassName
{
color: #44C284;
}
.AnyTagClassName
{
color: #44C284;
}
</style>
background-color css
<style>
a { background-color: #44C284; }
a { background-color: rgb(68,194,132); }
div.DivClassName
{
background-color: #44C284;
}
.BgClassName
{
background-color: #44C284;
}
</style>
border-color css
<style>
span { border-color: #44C284; }
span { border-color: rgb(68,194,132); }
td.TdClassName
{
border-color: #44C284;
}
.TagClassName
{
border-color: #44C284;
}
</style>