Shades of Emerald #49DF5D
Tints of Emerald #49DF5D
RGB
CMYK
RGB Variations
Color information
#49DF5D (or 0x49DF5D) is known color: Emerald. HEX triplet: 49, DF and 5D. RGB value is (73,223,93). Sum of RGB (Red+Green+Blue) = 73+223+93=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF5D is #B620A2. Grayscale: #A3A3A3. Windows color (decimal): -11935907 or 6152009. OLE color: 6152009.
HSL color Cylindrical-coordinate representation of color #49DF5D: hue angle of 128º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF5D is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 93 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.13 |
| HSL | 128º | 0.7% | 0.58% | - |
| HSV(B) | 128º | 0.67% | 0.87% | - |
| XYZ | 31.11 | 54.98 | 19.33 | - |
| YUV | 163.33 | 88.31 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 93 | 0.67 | 0 | 0.58 | 0.13 | 128 | 0.7 | 0.58 |
| Hex | 49 | DF | 5D | 43 | 0 | 3A | D | 80 | 46 | 3A |
| Octal | 111 | 337 | 135 | 103 | 0 | 72 | 15 | 200 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1011101 | 1000011 | 0 | 111010 | 1101 | 10000000 | 1000110 | 111010 |
Color Harmonies of #49DF5D
Complementary color
Monochromatic Colors of #49DF5D
Black with #49DF5D
Text Example
Text Example
White with #49DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF5D; }
p { color: rgb(73,223,93); }
H1.HeaderClassName
{
color: #49DF5D;
}
.AnyTagClassName
{
color: #49DF5D;
}
</style>
background-color css
<style>
a { background-color: #49DF5D; }
a { background-color: rgb(73,223,93); }
div.DivClassName
{
background-color: #49DF5D;
}
.BgClassName
{
background-color: #49DF5D;
}
</style>
border-color css
<style>
span { border-color: #49DF5D; }
span { border-color: rgb(73,223,93); }
td.TdClassName
{
border-color: #49DF5D;
}
.TagClassName
{
border-color: #49DF5D;
}
</style>