Shades of Emerald #49ED7A
Tints of Emerald #49ED7A
RGB
CMYK
RGB Variations
Color information
#49ED7A (or 0x49ED7A) is known color: Emerald. HEX triplet: 49, ED and 7A. RGB value is (73,237,122). Sum of RGB (Red+Green+Blue) = 73+237+122=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49ED7A is #B61285. Grayscale: #AFAFAF. Windows color (decimal): -11932294 or 8056137. OLE color: 8056137.
HSL color Cylindrical-coordinate representation of color #49ED7A: hue angle of 137.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED7A is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 122 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.07 |
| HSL | 137.93º | 0.82% | 0.61% | - |
| HSV(B) | 137.93º | 0.69% | 0.93% | - |
| XYZ | 36.54 | 63.39 | 28.72 | - |
| YUV | 174.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 122 | 0.69 | 0 | 0.49 | 0.07 | 137.93 | 0.82 | 0.61 |
| Hex | 49 | ED | 7A | 45 | 0 | 31 | 7 | 8A | 52 | 3D |
| Octal | 111 | 355 | 172 | 105 | 0 | 61 | 7 | 212 | 122 | 75 |
| Binary | 1001001 | 11101101 | 1111010 | 1000101 | 0 | 110001 | 111 | 10001010 | 1010010 | 111101 |
Color Harmonies of #49ED7A
Complementary color
Monochromatic Colors of #49ED7A
Black with #49ED7A
Text Example
Text Example
White with #49ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED7A; }
p { color: rgb(73,237,122); }
H1.HeaderClassName
{
color: #49ED7A;
}
.AnyTagClassName
{
color: #49ED7A;
}
</style>
background-color css
<style>
a { background-color: #49ED7A; }
a { background-color: rgb(73,237,122); }
div.DivClassName
{
background-color: #49ED7A;
}
.BgClassName
{
background-color: #49ED7A;
}
</style>
border-color css
<style>
span { border-color: #49ED7A; }
span { border-color: rgb(73,237,122); }
td.TdClassName
{
border-color: #49ED7A;
}
.TagClassName
{
border-color: #49ED7A;
}
</style>