Shades of Emerald #44C471
Tints of Emerald #44C471
RGB
CMYK
RGB Variations
Color information
#44C471 (or 0x44C471) is known color: Emerald. HEX triplet: 44, C4 and 71. RGB value is (68,196,113). Sum of RGB (Red+Green+Blue) = 68+196+113=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #44C471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C471 is #BB3B8E. Grayscale: #949494. Windows color (decimal): -12270479 or 7455812. OLE color: 7455812.
HSL color Cylindrical-coordinate representation of color #44C471: hue angle of 141.09º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C471 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 196 | 113 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.23 |
| HSL | 141.09º | 0.52% | 0.52% | - |
| HSV(B) | 141.09º | 0.65% | 0.77% | - |
| XYZ | 25.1 | 41.9 | 22.39 | - |
| YUV | 148.27 | 108.09 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 196 | 113 | 0.65 | 0 | 0.42 | 0.23 | 141.09 | 0.52 | 0.52 |
| Hex | 44 | C4 | 71 | 41 | 0 | 2A | 17 | 8D | 34 | 34 |
| Octal | 104 | 304 | 161 | 101 | 0 | 52 | 27 | 215 | 64 | 64 |
| Binary | 1000100 | 11000100 | 1110001 | 1000001 | 0 | 101010 | 10111 | 10001101 | 110100 | 110100 |
Color Harmonies of #44C471
Complementary color
Monochromatic Colors of #44C471
Black with #44C471
Text Example
Text Example
White with #44C471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C471; }
p { color: rgb(68,196,113); }
H1.HeaderClassName
{
color: #44C471;
}
.AnyTagClassName
{
color: #44C471;
}
</style>
background-color css
<style>
a { background-color: #44C471; }
a { background-color: rgb(68,196,113); }
div.DivClassName
{
background-color: #44C471;
}
.BgClassName
{
background-color: #44C471;
}
</style>
border-color css
<style>
span { border-color: #44C471; }
span { border-color: rgb(68,196,113); }
td.TdClassName
{
border-color: #44C471;
}
.TagClassName
{
border-color: #44C471;
}
</style>