Shades of Emerald #44CA5E
Tints of Emerald #44CA5E
RGB
CMYK
RGB Variations
Color information
#44CA5E (or 0x44CA5E) is known color: Emerald. HEX triplet: 44, CA and 5E. RGB value is (68,202,94). Sum of RGB (Red+Green+Blue) = 68+202+94=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA5E is #BB35A1. Grayscale: #959595. Windows color (decimal): -12268962 or 6212164. OLE color: 6212164.
HSL color Cylindrical-coordinate representation of color #44CA5E: hue angle of 131.64º 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 #44CA5E is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 94 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.21 |
| HSL | 131.64º | 0.56% | 0.53% | - |
| HSV(B) | 131.64º | 0.66% | 0.79% | - |
| XYZ | 25.52 | 44.28 | 17.79 | - |
| YUV | 149.62 | 96.61 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 94 | 0.66 | 0 | 0.53 | 0.21 | 131.64 | 0.56 | 0.53 |
| Hex | 44 | CA | 5E | 42 | 0 | 35 | 15 | 84 | 38 | 35 |
| Octal | 104 | 312 | 136 | 102 | 0 | 65 | 25 | 204 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1011110 | 1000010 | 0 | 110101 | 10101 | 10000100 | 111000 | 110101 |
Color Harmonies of #44CA5E
Complementary color
Monochromatic Colors of #44CA5E
Black with #44CA5E
Text Example
Text Example
White with #44CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA5E; }
p { color: rgb(68,202,94); }
H1.HeaderClassName
{
color: #44CA5E;
}
.AnyTagClassName
{
color: #44CA5E;
}
</style>
background-color css
<style>
a { background-color: #44CA5E; }
a { background-color: rgb(68,202,94); }
div.DivClassName
{
background-color: #44CA5E;
}
.BgClassName
{
background-color: #44CA5E;
}
</style>
border-color css
<style>
span { border-color: #44CA5E; }
span { border-color: rgb(68,202,94); }
td.TdClassName
{
border-color: #44CA5E;
}
.TagClassName
{
border-color: #44CA5E;
}
</style>