Shades of Emerald #49DF5B
Tints of Emerald #49DF5B
RGB
CMYK
RGB Variations
Color information
#49DF5B (or 0x49DF5B) is known color: Emerald. HEX triplet: 49, DF and 5B. RGB value is (73,223,91). Sum of RGB (Red+Green+Blue) = 73+223+91=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF5B is #B620A4. Grayscale: #A3A3A3. Windows color (decimal): -11935909 or 6020937. OLE color: 6020937.
HSL color Cylindrical-coordinate representation of color #49DF5B: hue angle of 127.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF5B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 91 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.13 |
| HSL | 127.2º | 0.7% | 0.58% | - |
| HSV(B) | 127.2º | 0.67% | 0.87% | - |
| XYZ | 31.02 | 54.95 | 18.87 | - |
| YUV | 163.1 | 87.31 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 91 | 0.67 | 0 | 0.59 | 0.13 | 127.2 | 0.7 | 0.58 |
| Hex | 49 | DF | 5B | 43 | 0 | 3B | D | 7F | 46 | 3A |
| Octal | 111 | 337 | 133 | 103 | 0 | 73 | 15 | 177 | 106 | 72 |
| Binary | 1001001 | 11011111 | 1011011 | 1000011 | 0 | 111011 | 1101 | 1111111 | 1000110 | 111010 |
Color Harmonies of #49DF5B
Complementary color
Monochromatic Colors of #49DF5B
Black with #49DF5B
Text Example
Text Example
White with #49DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DF5B; }
p { color: rgb(73,223,91); }
H1.HeaderClassName
{
color: #49DF5B;
}
.AnyTagClassName
{
color: #49DF5B;
}
</style>
background-color css
<style>
a { background-color: #49DF5B; }
a { background-color: rgb(73,223,91); }
div.DivClassName
{
background-color: #49DF5B;
}
.BgClassName
{
background-color: #49DF5B;
}
</style>
border-color css
<style>
span { border-color: #49DF5B; }
span { border-color: rgb(73,223,91); }
td.TdClassName
{
border-color: #49DF5B;
}
.TagClassName
{
border-color: #49DF5B;
}
</style>