Shades of Emerald #49D068
Tints of Emerald #49D068
RGB
CMYK
RGB Variations
Color information
#49D068 (or 0x49D068) is known color: Emerald. HEX triplet: 49, D0 and 68. RGB value is (73,208,104). Sum of RGB (Red+Green+Blue) = 73+208+104=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #49D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D068 is #B62F97. Grayscale: #9C9C9C. Windows color (decimal): -11939736 or 6869065. OLE color: 6869065.
HSL color Cylindrical-coordinate representation of color #49D068: hue angle of 133.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D068 is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 104 | - |
| CMYK | 0.65 | 0 | 0.5 | 0.18 |
| HSL | 133.78º | 0.59% | 0.55% | - |
| HSV(B) | 133.78º | 0.65% | 0.82% | - |
| XYZ | 27.8 | 47.53 | 20.81 | - |
| YUV | 155.78 | 98.77 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 104 | 0.65 | 0 | 0.5 | 0.18 | 133.78 | 0.59 | 0.55 |
| Hex | 49 | D0 | 68 | 41 | 0 | 32 | 12 | 86 | 3B | 37 |
| Octal | 111 | 320 | 150 | 101 | 0 | 62 | 22 | 206 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1101000 | 1000001 | 0 | 110010 | 10010 | 10000110 | 111011 | 110111 |
Color Harmonies of #49D068
Complementary color
Monochromatic Colors of #49D068
Black with #49D068
Text Example
Text Example
White with #49D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D068; }
p { color: rgb(73,208,104); }
H1.HeaderClassName
{
color: #49D068;
}
.AnyTagClassName
{
color: #49D068;
}
</style>
background-color css
<style>
a { background-color: #49D068; }
a { background-color: rgb(73,208,104); }
div.DivClassName
{
background-color: #49D068;
}
.BgClassName
{
background-color: #49D068;
}
</style>
border-color css
<style>
span { border-color: #49D068; }
span { border-color: rgb(73,208,104); }
td.TdClassName
{
border-color: #49D068;
}
.TagClassName
{
border-color: #49D068;
}
</style>