Shades of Emerald #49EF73
Tints of Emerald #49EF73
RGB
CMYK
RGB Variations
Color information
#49EF73 (or 0x49EF73) is known color: Emerald. HEX triplet: 49, EF and 73. RGB value is (73,239,115). Sum of RGB (Red+Green+Blue) = 73+239+115=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 239 (93.75% from 255 or 55.97% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF73 is #B6108C. Grayscale: #AFAFAF. Windows color (decimal): -11931789 or 7597897. OLE color: 7597897.
HSL color Cylindrical-coordinate representation of color #49EF73: hue angle of 135.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EF73 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 115 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.06 |
| HSL | 135.18º | 0.84% | 0.61% | - |
| HSV(B) | 135.18º | 0.69% | 0.94% | - |
| XYZ | 36.71 | 64.39 | 26.71 | - |
| YUV | 175.23 | 94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 115 | 0.69 | 0 | 0.52 | 0.06 | 135.18 | 0.84 | 0.61 |
| Hex | 49 | EF | 73 | 45 | 0 | 34 | 6 | 87 | 54 | 3D |
| Octal | 111 | 357 | 163 | 105 | 0 | 64 | 6 | 207 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1110011 | 1000101 | 0 | 110100 | 110 | 10000111 | 1010100 | 111101 |
Color Harmonies of #49EF73
Complementary color
Monochromatic Colors of #49EF73
Black with #49EF73
Text Example
Text Example
White with #49EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF73; }
p { color: rgb(73,239,115); }
H1.HeaderClassName
{
color: #49EF73;
}
.AnyTagClassName
{
color: #49EF73;
}
</style>
background-color css
<style>
a { background-color: #49EF73; }
a { background-color: rgb(73,239,115); }
div.DivClassName
{
background-color: #49EF73;
}
.BgClassName
{
background-color: #49EF73;
}
</style>
border-color css
<style>
span { border-color: #49EF73; }
span { border-color: rgb(73,239,115); }
td.TdClassName
{
border-color: #49EF73;
}
.TagClassName
{
border-color: #49EF73;
}
</style>