Shades of Emerald #44CA78
Tints of Emerald #44CA78
RGB
CMYK
RGB Variations
Color information
#44CA78 (or 0x44CA78) is known color: Emerald. HEX triplet: 44, CA and 78. RGB value is (68,202,120). Sum of RGB (Red+Green+Blue) = 68+202+120=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA78 is #BB3587. Grayscale: #989898. Windows color (decimal): -12268936 or 7916100. OLE color: 7916100.
HSL color Cylindrical-coordinate representation of color #44CA78: hue angle of 143.28º 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 #44CA78 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 120 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.21 |
| HSL | 143.28º | 0.56% | 0.53% | - |
| HSV(B) | 143.28º | 0.66% | 0.79% | - |
| XYZ | 26.89 | 44.83 | 25 | - |
| YUV | 152.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 120 | 0.66 | 0 | 0.41 | 0.21 | 143.28 | 0.56 | 0.53 |
| Hex | 44 | CA | 78 | 42 | 0 | 29 | 15 | 8F | 38 | 35 |
| Octal | 104 | 312 | 170 | 102 | 0 | 51 | 25 | 217 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1111000 | 1000010 | 0 | 101001 | 10101 | 10001111 | 111000 | 110101 |
Color Harmonies of #44CA78
Complementary color
Monochromatic Colors of #44CA78
Black with #44CA78
Text Example
Text Example
White with #44CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA78; }
p { color: rgb(68,202,120); }
H1.HeaderClassName
{
color: #44CA78;
}
.AnyTagClassName
{
color: #44CA78;
}
</style>
background-color css
<style>
a { background-color: #44CA78; }
a { background-color: rgb(68,202,120); }
div.DivClassName
{
background-color: #44CA78;
}
.BgClassName
{
background-color: #44CA78;
}
</style>
border-color css
<style>
span { border-color: #44CA78; }
span { border-color: rgb(68,202,120); }
td.TdClassName
{
border-color: #44CA78;
}
.TagClassName
{
border-color: #44CA78;
}
</style>