Shades of Emerald #49DC69
Tints of Emerald #49DC69
RGB
CMYK
RGB Variations
Color information
#49DC69 (or 0x49DC69) is known color: Emerald. HEX triplet: 49, DC and 69. RGB value is (73,220,105). Sum of RGB (Red+Green+Blue) = 73+220+105=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC69 is #B62396. Grayscale: #A3A3A3. Windows color (decimal): -11936663 or 6937673. OLE color: 6937673.
HSL color Cylindrical-coordinate representation of color #49DC69: hue angle of 133.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC69 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 105 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.14 |
| HSL | 133.06º | 0.68% | 0.57% | - |
| HSV(B) | 133.06º | 0.67% | 0.86% | - |
| XYZ | 30.89 | 53.62 | 22.09 | - |
| YUV | 162.94 | 95.3 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 105 | 0.67 | 0 | 0.52 | 0.14 | 133.06 | 0.68 | 0.57 |
| Hex | 49 | DC | 69 | 43 | 0 | 34 | E | 85 | 44 | 39 |
| Octal | 111 | 334 | 151 | 103 | 0 | 64 | 16 | 205 | 104 | 71 |
| Binary | 1001001 | 11011100 | 1101001 | 1000011 | 0 | 110100 | 1110 | 10000101 | 1000100 | 111001 |
Color Harmonies of #49DC69
Complementary color
Monochromatic Colors of #49DC69
Black with #49DC69
Text Example
Text Example
White with #49DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC69; }
p { color: rgb(73,220,105); }
H1.HeaderClassName
{
color: #49DC69;
}
.AnyTagClassName
{
color: #49DC69;
}
</style>
background-color css
<style>
a { background-color: #49DC69; }
a { background-color: rgb(73,220,105); }
div.DivClassName
{
background-color: #49DC69;
}
.BgClassName
{
background-color: #49DC69;
}
</style>
border-color css
<style>
span { border-color: #49DC69; }
span { border-color: rgb(73,220,105); }
td.TdClassName
{
border-color: #49DC69;
}
.TagClassName
{
border-color: #49DC69;
}
</style>