Shades of Emerald #49D68C
Tints of Emerald #49D68C
RGB
CMYK
RGB Variations
Color information
#49D68C (or 0x49D68C) is known color: Emerald. HEX triplet: 49, D6 and 8C. RGB value is (73,214,140). Sum of RGB (Red+Green+Blue) = 73+214+140=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #49D68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D68C is #B62973. Grayscale: #A3A3A3. Windows color (decimal): -11938164 or 9229897. OLE color: 9229897.
HSL color Cylindrical-coordinate representation of color #49D68C: hue angle of 148.51º 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 #49D68C is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 140 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.16 |
| HSL | 148.51º | 0.63% | 0.56% | - |
| HSV(B) | 148.51º | 0.66% | 0.84% | - |
| XYZ | 31.53 | 51.4 | 33.07 | - |
| YUV | 163.41 | 114.79 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 140 | 0.66 | 0 | 0.35 | 0.16 | 148.51 | 0.63 | 0.56 |
| Hex | 49 | D6 | 8C | 42 | 0 | 23 | 10 | 95 | 3F | 38 |
| Octal | 111 | 326 | 214 | 102 | 0 | 43 | 20 | 225 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10001100 | 1000010 | 0 | 100011 | 10000 | 10010101 | 111111 | 111000 |
Color Harmonies of #49D68C
Complementary color
Monochromatic Colors of #49D68C
Black with #49D68C
Text Example
Text Example
White with #49D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D68C; }
p { color: rgb(73,214,140); }
H1.HeaderClassName
{
color: #49D68C;
}
.AnyTagClassName
{
color: #49D68C;
}
</style>
background-color css
<style>
a { background-color: #49D68C; }
a { background-color: rgb(73,214,140); }
div.DivClassName
{
background-color: #49D68C;
}
.BgClassName
{
background-color: #49D68C;
}
</style>
border-color css
<style>
span { border-color: #49D68C; }
span { border-color: rgb(73,214,140); }
td.TdClassName
{
border-color: #49D68C;
}
.TagClassName
{
border-color: #49D68C;
}
</style>