Shades of Emerald #49DF5C
Tints of Emerald #49DF5C
RGB
CMYK
RGB Variations
Color information
#49DF5C (or 0x49DF5C) is known color: Emerald. HEX triplet: 49, DF and 5C. RGB value is (73,223,92). Sum of RGB (Red+Green+Blue) = 73+223+92=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF5C is #B620A3. Grayscale: #A3A3A3. Windows color (decimal): -11935908 or 6086473. OLE color: 6086473.
HSL color Cylindrical-coordinate representation of color #49DF5C: hue angle of 127.6º 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 #49DF5C is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 92 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.13 |
| HSL | 127.6º | 0.7% | 0.58% | - |
| HSV(B) | 127.6º | 0.67% | 0.87% | - |
| XYZ | 31.07 | 54.96 | 19.1 | - |
| YUV | 163.22 | 87.81 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 92 | 0.67 | 0 | 0.59 | 0.13 | 127.6 | 0.7 | 0.58 |
| Hex | 49 | DF | 5C | 43 | 0 | 3B | D | 80 | 46 | 3A |
| Octal | 111 | 337 | 134 | 103 | 0 | 73 | 15 | 200 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1011100 | 1000011 | 0 | 111011 | 1101 | 10000000 | 1000110 | 111010 |
Color Harmonies of #49DF5C
Complementary color
Monochromatic Colors of #49DF5C
Black with #49DF5C
Text Example
Text Example
White with #49DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF5C; }
p { color: rgb(73,223,92); }
H1.HeaderClassName
{
color: #49DF5C;
}
.AnyTagClassName
{
color: #49DF5C;
}
</style>
background-color css
<style>
a { background-color: #49DF5C; }
a { background-color: rgb(73,223,92); }
div.DivClassName
{
background-color: #49DF5C;
}
.BgClassName
{
background-color: #49DF5C;
}
</style>
border-color css
<style>
span { border-color: #49DF5C; }
span { border-color: rgb(73,223,92); }
td.TdClassName
{
border-color: #49DF5C;
}
.TagClassName
{
border-color: #49DF5C;
}
</style>