Shades of Emerald #44CA71
Tints of Emerald #44CA71
RGB
CMYK
RGB Variations
Color information
#44CA71 (or 0x44CA71) is known color: Emerald. HEX triplet: 44, CA and 71. RGB value is (68,202,113). Sum of RGB (Red+Green+Blue) = 68+202+113=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA71 is #BB358E. Grayscale: #989898. Windows color (decimal): -12268943 or 7457348. OLE color: 7457348.
HSL color Cylindrical-coordinate representation of color #44CA71: hue angle of 140.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CA71 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 113 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.21 |
| HSL | 140.15º | 0.56% | 0.53% | - |
| HSV(B) | 140.15º | 0.66% | 0.79% | - |
| XYZ | 26.49 | 44.66 | 22.85 | - |
| YUV | 151.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 113 | 0.66 | 0 | 0.44 | 0.21 | 140.15 | 0.56 | 0.53 |
| Hex | 44 | CA | 71 | 42 | 0 | 2C | 15 | 8C | 38 | 35 |
| Octal | 104 | 312 | 161 | 102 | 0 | 54 | 25 | 214 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1110001 | 1000010 | 0 | 101100 | 10101 | 10001100 | 111000 | 110101 |
Color Harmonies of #44CA71
Complementary color
Monochromatic Colors of #44CA71
Black with #44CA71
Text Example
Text Example
White with #44CA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA71; }
p { color: rgb(68,202,113); }
H1.HeaderClassName
{
color: #44CA71;
}
.AnyTagClassName
{
color: #44CA71;
}
</style>
background-color css
<style>
a { background-color: #44CA71; }
a { background-color: rgb(68,202,113); }
div.DivClassName
{
background-color: #44CA71;
}
.BgClassName
{
background-color: #44CA71;
}
</style>
border-color css
<style>
span { border-color: #44CA71; }
span { border-color: rgb(68,202,113); }
td.TdClassName
{
border-color: #44CA71;
}
.TagClassName
{
border-color: #44CA71;
}
</style>