Shades of Emerald #44CA5F
Tints of Emerald #44CA5F
RGB
CMYK
RGB Variations
Color information
#44CA5F (or 0x44CA5F) is known color: Emerald. HEX triplet: 44, CA and 5F. RGB value is (68,202,95). Sum of RGB (Red+Green+Blue) = 68+202+95=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA5F is #BB35A0. Grayscale: #969696. Windows color (decimal): -12268961 or 6277700. OLE color: 6277700.
HSL color Cylindrical-coordinate representation of color #44CA5F: hue angle of 132.09º 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 #44CA5F is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 95 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.21 |
| HSL | 132.09º | 0.56% | 0.53% | - |
| HSV(B) | 132.09º | 0.66% | 0.79% | - |
| XYZ | 25.57 | 44.3 | 18.03 | - |
| YUV | 149.74 | 97.11 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 95 | 0.66 | 0 | 0.53 | 0.21 | 132.09 | 0.56 | 0.53 |
| Hex | 44 | CA | 5F | 42 | 0 | 35 | 15 | 84 | 38 | 35 |
| Octal | 104 | 312 | 137 | 102 | 0 | 65 | 25 | 204 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1011111 | 1000010 | 0 | 110101 | 10101 | 10000100 | 111000 | 110101 |
Color Harmonies of #44CA5F
Complementary color
Monochromatic Colors of #44CA5F
Black with #44CA5F
Text Example
Text Example
White with #44CA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA5F; }
p { color: rgb(68,202,95); }
H1.HeaderClassName
{
color: #44CA5F;
}
.AnyTagClassName
{
color: #44CA5F;
}
</style>
background-color css
<style>
a { background-color: #44CA5F; }
a { background-color: rgb(68,202,95); }
div.DivClassName
{
background-color: #44CA5F;
}
.BgClassName
{
background-color: #44CA5F;
}
</style>
border-color css
<style>
span { border-color: #44CA5F; }
span { border-color: rgb(68,202,95); }
td.TdClassName
{
border-color: #44CA5F;
}
.TagClassName
{
border-color: #44CA5F;
}
</style>