Shades of Emerald #49ED7E
Tints of Emerald #49ED7E
RGB
CMYK
RGB Variations
Color information
#49ED7E (or 0x49ED7E) is known color: Emerald. HEX triplet: 49, ED and 7E. RGB value is (73,237,126). Sum of RGB (Red+Green+Blue) = 73+237+126=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 237 (92.97% from 255 or 54.36% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49ED7E is #B61281. Grayscale: #AFAFAF. Windows color (decimal): -11932290 or 8318281. OLE color: 8318281.
HSL color Cylindrical-coordinate representation of color #49ED7E: hue angle of 139.39º 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 #49ED7E is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 126 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.07 |
| HSL | 139.39º | 0.82% | 0.61% | - |
| HSV(B) | 139.39º | 0.69% | 0.93% | - |
| XYZ | 36.8 | 63.49 | 30.05 | - |
| YUV | 175.31 | 100.17 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 126 | 0.69 | 0 | 0.47 | 0.07 | 139.39 | 0.82 | 0.61 |
| Hex | 49 | ED | 7E | 45 | 0 | 2F | 7 | 8B | 52 | 3D |
| Octal | 111 | 355 | 176 | 105 | 0 | 57 | 7 | 213 | 122 | 75 |
| Binary | 1001001 | 11101101 | 1111110 | 1000101 | 0 | 101111 | 111 | 10001011 | 1010010 | 111101 |
Color Harmonies of #49ED7E
Complementary color
Monochromatic Colors of #49ED7E
Black with #49ED7E
Text Example
Text Example
White with #49ED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED7E; }
p { color: rgb(73,237,126); }
H1.HeaderClassName
{
color: #49ED7E;
}
.AnyTagClassName
{
color: #49ED7E;
}
</style>
background-color css
<style>
a { background-color: #49ED7E; }
a { background-color: rgb(73,237,126); }
div.DivClassName
{
background-color: #49ED7E;
}
.BgClassName
{
background-color: #49ED7E;
}
</style>
border-color css
<style>
span { border-color: #49ED7E; }
span { border-color: rgb(73,237,126); }
td.TdClassName
{
border-color: #49ED7E;
}
.TagClassName
{
border-color: #49ED7E;
}
</style>