Shades of Emerald #49EF76
Tints of Emerald #49EF76
RGB
CMYK
RGB Variations
Color information
#49EF76 (or 0x49EF76) is known color: Emerald. HEX triplet: 49, EF and 76. RGB value is (73,239,118). Sum of RGB (Red+Green+Blue) = 73+239+118=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF76 is #B61089. Grayscale: #AFAFAF. Windows color (decimal): -11931786 or 7794505. OLE color: 7794505.
HSL color Cylindrical-coordinate representation of color #49EF76: hue angle of 136.27º 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 #49EF76 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 118 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.06 |
| HSL | 136.27º | 0.84% | 0.61% | - |
| HSV(B) | 136.27º | 0.69% | 0.94% | - |
| XYZ | 36.88 | 64.46 | 27.64 | - |
| YUV | 175.57 | 95.5 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 118 | 0.69 | 0 | 0.51 | 0.06 | 136.27 | 0.84 | 0.61 |
| Hex | 49 | EF | 76 | 45 | 0 | 33 | 6 | 88 | 54 | 3D |
| Octal | 111 | 357 | 166 | 105 | 0 | 63 | 6 | 210 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1110110 | 1000101 | 0 | 110011 | 110 | 10001000 | 1010100 | 111101 |
Color Harmonies of #49EF76
Complementary color
Monochromatic Colors of #49EF76
Black with #49EF76
Text Example
Text Example
White with #49EF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF76; }
p { color: rgb(73,239,118); }
H1.HeaderClassName
{
color: #49EF76;
}
.AnyTagClassName
{
color: #49EF76;
}
</style>
background-color css
<style>
a { background-color: #49EF76; }
a { background-color: rgb(73,239,118); }
div.DivClassName
{
background-color: #49EF76;
}
.BgClassName
{
background-color: #49EF76;
}
</style>
border-color css
<style>
span { border-color: #49EF76; }
span { border-color: rgb(73,239,118); }
td.TdClassName
{
border-color: #49EF76;
}
.TagClassName
{
border-color: #49EF76;
}
</style>