Shades of Emerald #49D45B
Tints of Emerald #49D45B
RGB
CMYK
RGB Variations
Color information
#49D45B (or 0x49D45B) is known color: Emerald. HEX triplet: 49, D4 and 5B. RGB value is (73,212,91). Sum of RGB (Red+Green+Blue) = 73+212+91=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #49D45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D45B is #B62BA4. Grayscale: #9C9C9C. Windows color (decimal): -11938725 or 6018121. OLE color: 6018121.
HSL color Cylindrical-coordinate representation of color #49D45B: hue angle of 127.77º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D45B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 91 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.17 |
| HSL | 127.77º | 0.62% | 0.56% | - |
| HSV(B) | 127.77º | 0.66% | 0.83% | - |
| XYZ | 28.18 | 49.26 | 17.92 | - |
| YUV | 156.65 | 90.95 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 91 | 0.66 | 0 | 0.57 | 0.17 | 127.77 | 0.62 | 0.56 |
| Hex | 49 | D4 | 5B | 42 | 0 | 39 | 11 | 80 | 3E | 38 |
| Octal | 111 | 324 | 133 | 102 | 0 | 71 | 21 | 200 | 76 | 70 |
| Binary | 1001001 | 11010100 | 1011011 | 1000010 | 0 | 111001 | 10001 | 10000000 | 111110 | 111000 |
Color Harmonies of #49D45B
Complementary color
Monochromatic Colors of #49D45B
Black with #49D45B
Text Example
Text Example
White with #49D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D45B; }
p { color: rgb(73,212,91); }
H1.HeaderClassName
{
color: #49D45B;
}
.AnyTagClassName
{
color: #49D45B;
}
</style>
background-color css
<style>
a { background-color: #49D45B; }
a { background-color: rgb(73,212,91); }
div.DivClassName
{
background-color: #49D45B;
}
.BgClassName
{
background-color: #49D45B;
}
</style>
border-color css
<style>
span { border-color: #49D45B; }
span { border-color: rgb(73,212,91); }
td.TdClassName
{
border-color: #49D45B;
}
.TagClassName
{
border-color: #49D45B;
}
</style>