Shades of Emerald #44CC77
Tints of Emerald #44CC77
RGB
CMYK
RGB Variations
Color information
#44CC77 (or 0x44CC77) is known color: Emerald. HEX triplet: 44, CC and 77. RGB value is (68,204,119). Sum of RGB (Red+Green+Blue) = 68+204+119=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CC77 is #BB3388. Grayscale: #999999. Windows color (decimal): -12268425 or 7851076. OLE color: 7851076.
HSL color Cylindrical-coordinate representation of color #44CC77: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC77 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 204 | 119 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.2 |
| HSL | 142.5º | 0.57% | 0.53% | - |
| HSV(B) | 142.5º | 0.67% | 0.8% | - |
| XYZ | 27.31 | 45.75 | 24.84 | - |
| YUV | 153.65 | 108.44 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 204 | 119 | 0.67 | 0 | 0.42 | 0.2 | 142.5 | 0.57 | 0.53 |
| Hex | 44 | CC | 77 | 43 | 0 | 2A | 14 | 8E | 39 | 35 |
| Octal | 104 | 314 | 167 | 103 | 0 | 52 | 24 | 216 | 71 | 65 |
| Binary | 1000100 | 11001100 | 1110111 | 1000011 | 0 | 101010 | 10100 | 10001110 | 111001 | 110101 |
Color Harmonies of #44CC77
Complementary color
Monochromatic Colors of #44CC77
Black with #44CC77
Text Example
Text Example
White with #44CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CC77; }
p { color: rgb(68,204,119); }
H1.HeaderClassName
{
color: #44CC77;
}
.AnyTagClassName
{
color: #44CC77;
}
</style>
background-color css
<style>
a { background-color: #44CC77; }
a { background-color: rgb(68,204,119); }
div.DivClassName
{
background-color: #44CC77;
}
.BgClassName
{
background-color: #44CC77;
}
</style>
border-color css
<style>
span { border-color: #44CC77; }
span { border-color: rgb(68,204,119); }
td.TdClassName
{
border-color: #44CC77;
}
.TagClassName
{
border-color: #44CC77;
}
</style>