Shades of Emerald #49D683
Tints of Emerald #49D683
RGB
CMYK
RGB Variations
Color information
#49D683 (or 0x49D683) is known color: Emerald. HEX triplet: 49, D6 and 83. RGB value is (73,214,131). Sum of RGB (Red+Green+Blue) = 73+214+131=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #49D683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D683 is #B6297C. Grayscale: #A2A2A2. Windows color (decimal): -11938173 or 8640073. OLE color: 8640073.
HSL color Cylindrical-coordinate representation of color #49D683: hue angle of 144.68º 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 #49D683 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 131 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.16 |
| HSL | 144.68º | 0.63% | 0.56% | - |
| HSV(B) | 144.68º | 0.66% | 0.84% | - |
| XYZ | 30.89 | 51.15 | 29.72 | - |
| YUV | 162.38 | 110.29 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 131 | 0.66 | 0 | 0.39 | 0.16 | 144.68 | 0.63 | 0.56 |
| Hex | 49 | D6 | 83 | 42 | 0 | 27 | 10 | 91 | 3F | 38 |
| Octal | 111 | 326 | 203 | 102 | 0 | 47 | 20 | 221 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10000011 | 1000010 | 0 | 100111 | 10000 | 10010001 | 111111 | 111000 |
Color Harmonies of #49D683
Complementary color
Monochromatic Colors of #49D683
Black with #49D683
Text Example
Text Example
White with #49D683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D683; }
p { color: rgb(73,214,131); }
H1.HeaderClassName
{
color: #49D683;
}
.AnyTagClassName
{
color: #49D683;
}
</style>
background-color css
<style>
a { background-color: #49D683; }
a { background-color: rgb(73,214,131); }
div.DivClassName
{
background-color: #49D683;
}
.BgClassName
{
background-color: #49D683;
}
</style>
border-color css
<style>
span { border-color: #49D683; }
span { border-color: rgb(73,214,131); }
td.TdClassName
{
border-color: #49D683;
}
.TagClassName
{
border-color: #49D683;
}
</style>