Shades of Emerald #44CA68
Tints of Emerald #44CA68
RGB
CMYK
RGB Variations
Color information
#44CA68 (or 0x44CA68) is known color: Emerald. HEX triplet: 44, CA and 68. RGB value is (68,202,104). Sum of RGB (Red+Green+Blue) = 68+202+104=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA68 is #BB3597. Grayscale: #979797. Windows color (decimal): -12268952 or 6867524. OLE color: 6867524.
HSL color Cylindrical-coordinate representation of color #44CA68: hue angle of 136.12º 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 #44CA68 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 104 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.21 |
| HSL | 136.12º | 0.56% | 0.53% | - |
| HSV(B) | 136.12º | 0.66% | 0.79% | - |
| XYZ | 26 | 44.47 | 20.31 | - |
| YUV | 150.76 | 101.61 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 104 | 0.66 | 0 | 0.49 | 0.21 | 136.12 | 0.56 | 0.53 |
| Hex | 44 | CA | 68 | 42 | 0 | 31 | 15 | 88 | 38 | 35 |
| Octal | 104 | 312 | 150 | 102 | 0 | 61 | 25 | 210 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1101000 | 1000010 | 0 | 110001 | 10101 | 10001000 | 111000 | 110101 |
Color Harmonies of #44CA68
Complementary color
Monochromatic Colors of #44CA68
Black with #44CA68
Text Example
Text Example
White with #44CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA68; }
p { color: rgb(68,202,104); }
H1.HeaderClassName
{
color: #44CA68;
}
.AnyTagClassName
{
color: #44CA68;
}
</style>
background-color css
<style>
a { background-color: #44CA68; }
a { background-color: rgb(68,202,104); }
div.DivClassName
{
background-color: #44CA68;
}
.BgClassName
{
background-color: #44CA68;
}
</style>
border-color css
<style>
span { border-color: #44CA68; }
span { border-color: rgb(68,202,104); }
td.TdClassName
{
border-color: #44CA68;
}
.TagClassName
{
border-color: #44CA68;
}
</style>