Shades of Emerald #49EF7B
Tints of Emerald #49EF7B
RGB
CMYK
RGB Variations
Color information
#49EF7B (or 0x49EF7B) is known color: Emerald. HEX triplet: 49, EF and 7B. RGB value is (73,239,123). Sum of RGB (Red+Green+Blue) = 73+239+123=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF7B is #B61084. Grayscale: #B0B0B0. Windows color (decimal): -11931781 or 8122185. OLE color: 8122185.
HSL color Cylindrical-coordinate representation of color #49EF7B: hue angle of 138.07º 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 #49EF7B is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 123 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.06 |
| HSL | 138.07º | 0.84% | 0.61% | - |
| HSV(B) | 138.07º | 0.69% | 0.94% | - |
| XYZ | 37.19 | 64.58 | 29.24 | - |
| YUV | 176.14 | 98 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 123 | 0.69 | 0 | 0.49 | 0.06 | 138.07 | 0.84 | 0.61 |
| Hex | 49 | EF | 7B | 45 | 0 | 31 | 6 | 8A | 54 | 3D |
| Octal | 111 | 357 | 173 | 105 | 0 | 61 | 6 | 212 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1111011 | 1000101 | 0 | 110001 | 110 | 10001010 | 1010100 | 111101 |
Color Harmonies of #49EF7B
Complementary color
Monochromatic Colors of #49EF7B
Black with #49EF7B
Text Example
Text Example
White with #49EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF7B; }
p { color: rgb(73,239,123); }
H1.HeaderClassName
{
color: #49EF7B;
}
.AnyTagClassName
{
color: #49EF7B;
}
</style>
background-color css
<style>
a { background-color: #49EF7B; }
a { background-color: rgb(73,239,123); }
div.DivClassName
{
background-color: #49EF7B;
}
.BgClassName
{
background-color: #49EF7B;
}
</style>
border-color css
<style>
span { border-color: #49EF7B; }
span { border-color: rgb(73,239,123); }
td.TdClassName
{
border-color: #49EF7B;
}
.TagClassName
{
border-color: #49EF7B;
}
</style>