Shades of Emerald #49EF74
Tints of Emerald #49EF74
RGB
CMYK
RGB Variations
Color information
#49EF74 (or 0x49EF74) is known color: Emerald. HEX triplet: 49, EF and 74. RGB value is (73,239,116). Sum of RGB (Red+Green+Blue) = 73+239+116=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 239 (93.75% from 255 or 55.84% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF74 is #B6108B. Grayscale: #AFAFAF. Windows color (decimal): -11931788 or 7663433. OLE color: 7663433.
HSL color Cylindrical-coordinate representation of color #49EF74: hue angle of 135.54º 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 #49EF74 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 116 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.06 |
| HSL | 135.54º | 0.84% | 0.61% | - |
| HSV(B) | 135.54º | 0.69% | 0.94% | - |
| XYZ | 36.77 | 64.41 | 27.02 | - |
| YUV | 175.34 | 94.5 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 116 | 0.69 | 0 | 0.51 | 0.06 | 135.54 | 0.84 | 0.61 |
| Hex | 49 | EF | 74 | 45 | 0 | 33 | 6 | 88 | 54 | 3D |
| Octal | 111 | 357 | 164 | 105 | 0 | 63 | 6 | 210 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1110100 | 1000101 | 0 | 110011 | 110 | 10001000 | 1010100 | 111101 |
Color Harmonies of #49EF74
Complementary color
Monochromatic Colors of #49EF74
Black with #49EF74
Text Example
Text Example
White with #49EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF74; }
p { color: rgb(73,239,116); }
H1.HeaderClassName
{
color: #49EF74;
}
.AnyTagClassName
{
color: #49EF74;
}
</style>
background-color css
<style>
a { background-color: #49EF74; }
a { background-color: rgb(73,239,116); }
div.DivClassName
{
background-color: #49EF74;
}
.BgClassName
{
background-color: #49EF74;
}
</style>
border-color css
<style>
span { border-color: #49EF74; }
span { border-color: rgb(73,239,116); }
td.TdClassName
{
border-color: #49EF74;
}
.TagClassName
{
border-color: #49EF74;
}
</style>