Shades of Emerald #49DF62
Tints of Emerald #49DF62
RGB
CMYK
RGB Variations
Color information
#49DF62 (or 0x49DF62) is known color: Emerald. HEX triplet: 49, DF and 62. RGB value is (73,223,98). Sum of RGB (Red+Green+Blue) = 73+223+98=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF62 is #B6209D. Grayscale: #A4A4A4. Windows color (decimal): -11935902 or 6479689. OLE color: 6479689.
HSL color Cylindrical-coordinate representation of color #49DF62: hue angle of 130º 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 #49DF62 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 98 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.13 |
| HSL | 130º | 0.7% | 0.58% | - |
| HSV(B) | 130º | 0.67% | 0.87% | - |
| XYZ | 31.34 | 55.07 | 20.53 | - |
| YUV | 163.9 | 90.81 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 98 | 0.67 | 0 | 0.56 | 0.13 | 130 | 0.7 | 0.58 |
| Hex | 49 | DF | 62 | 43 | 0 | 38 | D | 82 | 46 | 3A |
| Octal | 111 | 337 | 142 | 103 | 0 | 70 | 15 | 202 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1100010 | 1000011 | 0 | 111000 | 1101 | 10000010 | 1000110 | 111010 |
Color Harmonies of #49DF62
Complementary color
Monochromatic Colors of #49DF62
Black with #49DF62
Text Example
Text Example
White with #49DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF62; }
p { color: rgb(73,223,98); }
H1.HeaderClassName
{
color: #49DF62;
}
.AnyTagClassName
{
color: #49DF62;
}
</style>
background-color css
<style>
a { background-color: #49DF62; }
a { background-color: rgb(73,223,98); }
div.DivClassName
{
background-color: #49DF62;
}
.BgClassName
{
background-color: #49DF62;
}
</style>
border-color css
<style>
span { border-color: #49DF62; }
span { border-color: rgb(73,223,98); }
td.TdClassName
{
border-color: #49DF62;
}
.TagClassName
{
border-color: #49DF62;
}
</style>