Shades of Emerald #49DF68
Tints of Emerald #49DF68
RGB
CMYK
RGB Variations
Color information
#49DF68 (or 0x49DF68) is known color: Emerald. HEX triplet: 49, DF and 68. RGB value is (73,223,104). Sum of RGB (Red+Green+Blue) = 73+223+104=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF68 is #B62097. Grayscale: #A4A4A4. Windows color (decimal): -11935896 or 6872905. OLE color: 6872905.
HSL color Cylindrical-coordinate representation of color #49DF68: hue angle of 132.4º 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 #49DF68 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 104 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.13 |
| HSL | 132.4º | 0.7% | 0.58% | - |
| HSV(B) | 132.4º | 0.67% | 0.87% | - |
| XYZ | 31.63 | 55.19 | 22.08 | - |
| YUV | 164.58 | 93.81 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 104 | 0.67 | 0 | 0.53 | 0.13 | 132.4 | 0.7 | 0.58 |
| Hex | 49 | DF | 68 | 43 | 0 | 35 | D | 84 | 46 | 3A |
| Octal | 111 | 337 | 150 | 103 | 0 | 65 | 15 | 204 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1101000 | 1000011 | 0 | 110101 | 1101 | 10000100 | 1000110 | 111010 |
Color Harmonies of #49DF68
Complementary color
Monochromatic Colors of #49DF68
Black with #49DF68
Text Example
Text Example
White with #49DF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF68; }
p { color: rgb(73,223,104); }
H1.HeaderClassName
{
color: #49DF68;
}
.AnyTagClassName
{
color: #49DF68;
}
</style>
background-color css
<style>
a { background-color: #49DF68; }
a { background-color: rgb(73,223,104); }
div.DivClassName
{
background-color: #49DF68;
}
.BgClassName
{
background-color: #49DF68;
}
</style>
border-color css
<style>
span { border-color: #49DF68; }
span { border-color: rgb(73,223,104); }
td.TdClassName
{
border-color: #49DF68;
}
.TagClassName
{
border-color: #49DF68;
}
</style>