Shades of Emerald #49CD5D
Tints of Emerald #49CD5D
RGB
CMYK
RGB Variations
Color information
#49CD5D (or 0x49CD5D) is known color: Emerald. HEX triplet: 49, CD and 5D. RGB value is (73,205,93). Sum of RGB (Red+Green+Blue) = 73+205+93=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD5D is #B632A2. Grayscale: #999999. Windows color (decimal): -11940515 or 6147401. OLE color: 6147401.
HSL color Cylindrical-coordinate representation of color #49CD5D: hue angle of 129.09º 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 #49CD5D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 93 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.20 |
| HSL | 129.09º | 0.57% | 0.55% | - |
| HSV(B) | 129.09º | 0.64% | 0.8% | - |
| XYZ | 26.55 | 45.87 | 17.81 | - |
| YUV | 152.76 | 94.27 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 93 | 0.64 | 0 | 0.55 | 0.20 | 129.09 | 0.57 | 0.55 |
| Hex | 49 | CD | 5D | 40 | 0 | 37 | 14 | 81 | 39 | 37 |
| Octal | 111 | 315 | 135 | 100 | 0 | 67 | 24 | 201 | 71 | 67 |
| Binary | 1001001 | 11001101 | 1011101 | 1000000 | 0 | 110111 | 10100 | 10000001 | 111001 | 110111 |
Color Harmonies of #49CD5D
Complementary color
Monochromatic Colors of #49CD5D
Black with #49CD5D
Text Example
Text Example
White with #49CD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD5D; }
p { color: rgb(73,205,93); }
H1.HeaderClassName
{
color: #49CD5D;
}
.AnyTagClassName
{
color: #49CD5D;
}
</style>
background-color css
<style>
a { background-color: #49CD5D; }
a { background-color: rgb(73,205,93); }
div.DivClassName
{
background-color: #49CD5D;
}
.BgClassName
{
background-color: #49CD5D;
}
</style>
border-color css
<style>
span { border-color: #49CD5D; }
span { border-color: rgb(73,205,93); }
td.TdClassName
{
border-color: #49CD5D;
}
.TagClassName
{
border-color: #49CD5D;
}
</style>