Shades of Emerald #49CD67
Tints of Emerald #49CD67
RGB
CMYK
RGB Variations
Color information
#49CD67 (or 0x49CD67) is known color: Emerald. HEX triplet: 49, CD and 67. RGB value is (73,205,103). Sum of RGB (Red+Green+Blue) = 73+205+103=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD67 is #B63298. Grayscale: #9A9A9A. Windows color (decimal): -11940505 or 6802761. OLE color: 6802761.
HSL color Cylindrical-coordinate representation of color #49CD67: hue angle of 133.64º 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 #49CD67 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 103 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.20 |
| HSL | 133.64º | 0.57% | 0.55% | - |
| HSV(B) | 133.64º | 0.64% | 0.8% | - |
| XYZ | 27.03 | 46.06 | 20.3 | - |
| YUV | 153.9 | 99.27 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 103 | 0.64 | 0 | 0.50 | 0.20 | 133.64 | 0.57 | 0.55 |
| Hex | 49 | CD | 67 | 40 | 0 | 32 | 14 | 86 | 39 | 37 |
| Octal | 111 | 315 | 147 | 100 | 0 | 62 | 24 | 206 | 71 | 67 |
| Binary | 1001001 | 11001101 | 1100111 | 1000000 | 0 | 110010 | 10100 | 10000110 | 111001 | 110111 |
Color Harmonies of #49CD67
Complementary color
Monochromatic Colors of #49CD67
Black with #49CD67
Text Example
Text Example
White with #49CD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD67; }
p { color: rgb(73,205,103); }
H1.HeaderClassName
{
color: #49CD67;
}
.AnyTagClassName
{
color: #49CD67;
}
</style>
background-color css
<style>
a { background-color: #49CD67; }
a { background-color: rgb(73,205,103); }
div.DivClassName
{
background-color: #49CD67;
}
.BgClassName
{
background-color: #49CD67;
}
</style>
border-color css
<style>
span { border-color: #49CD67; }
span { border-color: rgb(73,205,103); }
td.TdClassName
{
border-color: #49CD67;
}
.TagClassName
{
border-color: #49CD67;
}
</style>