Shades of Emerald #49D658
Tints of Emerald #49D658
RGB
CMYK
RGB Variations
Color information
#49D658 (or 0x49D658) is known color: Emerald. HEX triplet: 49, D6 and 58. RGB value is (73,214,88). Sum of RGB (Red+Green+Blue) = 73+214+88=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #49D658 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D658 is #B629A7. Grayscale: #9D9D9D. Windows color (decimal): -11938216 or 5822025. OLE color: 5822025.
HSL color Cylindrical-coordinate representation of color #49D658: hue angle of 126.38º 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 #49D658 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 88 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.16 |
| HSL | 126.38º | 0.63% | 0.56% | - |
| HSV(B) | 126.38º | 0.66% | 0.84% | - |
| XYZ | 28.56 | 50.21 | 17.42 | - |
| YUV | 157.48 | 88.79 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 88 | 0.66 | 0 | 0.59 | 0.16 | 126.38 | 0.63 | 0.56 |
| Hex | 49 | D6 | 58 | 42 | 0 | 3B | 10 | 7E | 3F | 38 |
| Octal | 111 | 326 | 130 | 102 | 0 | 73 | 20 | 176 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1011000 | 1000010 | 0 | 111011 | 10000 | 1111110 | 111111 | 111000 |
Color Harmonies of #49D658
Complementary color
Monochromatic Colors of #49D658
Black with #49D658
Text Example
Text Example
White with #49D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D658; }
p { color: rgb(73,214,88); }
H1.HeaderClassName
{
color: #49D658;
}
.AnyTagClassName
{
color: #49D658;
}
</style>
background-color css
<style>
a { background-color: #49D658; }
a { background-color: rgb(73,214,88); }
div.DivClassName
{
background-color: #49D658;
}
.BgClassName
{
background-color: #49D658;
}
</style>
border-color css
<style>
span { border-color: #49D658; }
span { border-color: rgb(73,214,88); }
td.TdClassName
{
border-color: #49D658;
}
.TagClassName
{
border-color: #49D658;
}
</style>