Shades of Emerald #49CD64
Tints of Emerald #49CD64
RGB
CMYK
RGB Variations
Color information
#49CD64 (or 0x49CD64) is known color: Emerald. HEX triplet: 49, CD and 64. RGB value is (73,205,100). Sum of RGB (Red+Green+Blue) = 73+205+100=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD64 is #B6329B. Grayscale: #999999. Windows color (decimal): -11940508 or 6606153. OLE color: 6606153.
HSL color Cylindrical-coordinate representation of color #49CD64: hue angle of 132.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD64 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 100 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.20 |
| HSL | 132.27º | 0.57% | 0.55% | - |
| HSV(B) | 132.27º | 0.64% | 0.8% | - |
| XYZ | 26.88 | 46 | 19.52 | - |
| YUV | 153.56 | 97.77 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 100 | 0.64 | 0 | 0.51 | 0.20 | 132.27 | 0.57 | 0.55 |
| Hex | 49 | CD | 64 | 40 | 0 | 33 | 14 | 84 | 39 | 37 |
| Octal | 111 | 315 | 144 | 100 | 0 | 63 | 24 | 204 | 71 | 67 |
| Binary | 1001001 | 11001101 | 1100100 | 1000000 | 0 | 110011 | 10100 | 10000100 | 111001 | 110111 |
Color Harmonies of #49CD64
Complementary color
Monochromatic Colors of #49CD64
Black with #49CD64
Text Example
Text Example
White with #49CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD64; }
p { color: rgb(73,205,100); }
H1.HeaderClassName
{
color: #49CD64;
}
.AnyTagClassName
{
color: #49CD64;
}
</style>
background-color css
<style>
a { background-color: #49CD64; }
a { background-color: rgb(73,205,100); }
div.DivClassName
{
background-color: #49CD64;
}
.BgClassName
{
background-color: #49CD64;
}
</style>
border-color css
<style>
span { border-color: #49CD64; }
span { border-color: rgb(73,205,100); }
td.TdClassName
{
border-color: #49CD64;
}
.TagClassName
{
border-color: #49CD64;
}
</style>