Shades of Emerald #49D68A
Tints of Emerald #49D68A
RGB
CMYK
RGB Variations
Color information
#49D68A (or 0x49D68A) is known color: Emerald. HEX triplet: 49, D6 and 8A. RGB value is (73,214,138). Sum of RGB (Red+Green+Blue) = 73+214+138=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #49D68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D68A is #B62975. Grayscale: #A3A3A3. Windows color (decimal): -11938166 or 9098825. OLE color: 9098825.
HSL color Cylindrical-coordinate representation of color #49D68A: hue angle of 147.66º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D68A is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 138 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.16 |
| HSL | 147.66º | 0.63% | 0.56% | - |
| HSV(B) | 147.66º | 0.66% | 0.84% | - |
| XYZ | 31.38 | 51.34 | 32.3 | - |
| YUV | 163.18 | 113.79 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 138 | 0.66 | 0 | 0.36 | 0.16 | 147.66 | 0.63 | 0.56 |
| Hex | 49 | D6 | 8A | 42 | 0 | 24 | 10 | 94 | 3F | 38 |
| Octal | 111 | 326 | 212 | 102 | 0 | 44 | 20 | 224 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10001010 | 1000010 | 0 | 100100 | 10000 | 10010100 | 111111 | 111000 |
Color Harmonies of #49D68A
Complementary color
Monochromatic Colors of #49D68A
Black with #49D68A
Text Example
Text Example
White with #49D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D68A; }
p { color: rgb(73,214,138); }
H1.HeaderClassName
{
color: #49D68A;
}
.AnyTagClassName
{
color: #49D68A;
}
</style>
background-color css
<style>
a { background-color: #49D68A; }
a { background-color: rgb(73,214,138); }
div.DivClassName
{
background-color: #49D68A;
}
.BgClassName
{
background-color: #49D68A;
}
</style>
border-color css
<style>
span { border-color: #49D68A; }
span { border-color: rgb(73,214,138); }
td.TdClassName
{
border-color: #49D68A;
}
.TagClassName
{
border-color: #49D68A;
}
</style>