Shades of Emerald #49D55F
Tints of Emerald #49D55F
RGB
CMYK
RGB Variations
Color information
#49D55F (or 0x49D55F) is known color: Emerald. HEX triplet: 49, D5 and 5F. RGB value is (73,213,95). Sum of RGB (Red+Green+Blue) = 73+213+95=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #49D55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D55F is #B62AA0. Grayscale: #9E9E9E. Windows color (decimal): -11938465 or 6280521. OLE color: 6280521.
HSL color Cylindrical-coordinate representation of color #49D55F: hue angle of 129.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D55F is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 95 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.16 |
| HSL | 129.43º | 0.63% | 0.56% | - |
| HSV(B) | 129.43º | 0.66% | 0.84% | - |
| XYZ | 28.61 | 49.83 | 18.94 | - |
| YUV | 157.69 | 92.62 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 95 | 0.66 | 0 | 0.55 | 0.16 | 129.43 | 0.63 | 0.56 |
| Hex | 49 | D5 | 5F | 42 | 0 | 37 | 10 | 81 | 3E | 38 |
| Octal | 111 | 325 | 137 | 102 | 0 | 67 | 20 | 201 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1011111 | 1000010 | 0 | 110111 | 10000 | 10000001 | 111110 | 111000 |
Color Harmonies of #49D55F
Complementary color
Monochromatic Colors of #49D55F
Black with #49D55F
Text Example
Text Example
White with #49D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D55F; }
p { color: rgb(73,213,95); }
H1.HeaderClassName
{
color: #49D55F;
}
.AnyTagClassName
{
color: #49D55F;
}
</style>
background-color css
<style>
a { background-color: #49D55F; }
a { background-color: rgb(73,213,95); }
div.DivClassName
{
background-color: #49D55F;
}
.BgClassName
{
background-color: #49D55F;
}
</style>
border-color css
<style>
span { border-color: #49D55F; }
span { border-color: rgb(73,213,95); }
td.TdClassName
{
border-color: #49D55F;
}
.TagClassName
{
border-color: #49D55F;
}
</style>