Shades of Emerald #44CA5A
Tints of Emerald #44CA5A
RGB
CMYK
RGB Variations
Color information
#44CA5A (or 0x44CA5A) is known color: Emerald. HEX triplet: 44, CA and 5A. RGB value is (68,202,90). Sum of RGB (Red+Green+Blue) = 68+202+90=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA5A is #BB35A5. Grayscale: #959595. Windows color (decimal): -12268966 or 5950020. OLE color: 5950020.
HSL color Cylindrical-coordinate representation of color #44CA5A: hue angle of 129.85º 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 #44CA5A is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 90 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.21 |
| HSL | 129.85º | 0.56% | 0.53% | - |
| HSV(B) | 129.85º | 0.66% | 0.79% | - |
| XYZ | 25.35 | 44.21 | 16.87 | - |
| YUV | 149.17 | 94.61 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 90 | 0.66 | 0 | 0.55 | 0.21 | 129.85 | 0.56 | 0.53 |
| Hex | 44 | CA | 5A | 42 | 0 | 37 | 15 | 82 | 38 | 35 |
| Octal | 104 | 312 | 132 | 102 | 0 | 67 | 25 | 202 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1011010 | 1000010 | 0 | 110111 | 10101 | 10000010 | 111000 | 110101 |
Color Harmonies of #44CA5A
Complementary color
Monochromatic Colors of #44CA5A
Black with #44CA5A
Text Example
Text Example
White with #44CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA5A; }
p { color: rgb(68,202,90); }
H1.HeaderClassName
{
color: #44CA5A;
}
.AnyTagClassName
{
color: #44CA5A;
}
</style>
background-color css
<style>
a { background-color: #44CA5A; }
a { background-color: rgb(68,202,90); }
div.DivClassName
{
background-color: #44CA5A;
}
.BgClassName
{
background-color: #44CA5A;
}
</style>
border-color css
<style>
span { border-color: #44CA5A; }
span { border-color: rgb(68,202,90); }
td.TdClassName
{
border-color: #44CA5A;
}
.TagClassName
{
border-color: #44CA5A;
}
</style>