Shades of Emerald #49CE71
Tints of Emerald #49CE71
RGB
CMYK
RGB Variations
Color information
#49CE71 (or 0x49CE71) is known color: Emerald. HEX triplet: 49, CE and 71. RGB value is (73,206,113). Sum of RGB (Red+Green+Blue) = 73+206+113=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CE71 is #B6318E. Grayscale: #9B9B9B. Windows color (decimal): -11940239 or 7458377. OLE color: 7458377.
HSL color Cylindrical-coordinate representation of color #49CE71: hue angle of 138.05º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE71 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 113 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.19 |
| HSL | 138.05º | 0.58% | 0.55% | - |
| HSV(B) | 138.05º | 0.65% | 0.81% | - |
| XYZ | 27.8 | 46.75 | 23.18 | - |
| YUV | 155.63 | 103.94 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 113 | 0.65 | 0 | 0.45 | 0.19 | 138.05 | 0.58 | 0.55 |
| Hex | 49 | CE | 71 | 41 | 0 | 2D | 13 | 8A | 3A | 37 |
| Octal | 111 | 316 | 161 | 101 | 0 | 55 | 23 | 212 | 72 | 67 |
| Binary | 1001001 | 11001110 | 1110001 | 1000001 | 0 | 101101 | 10011 | 10001010 | 111010 | 110111 |
Color Harmonies of #49CE71
Complementary color
Monochromatic Colors of #49CE71
Black with #49CE71
Text Example
Text Example
White with #49CE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE71; }
p { color: rgb(73,206,113); }
H1.HeaderClassName
{
color: #49CE71;
}
.AnyTagClassName
{
color: #49CE71;
}
</style>
background-color css
<style>
a { background-color: #49CE71; }
a { background-color: rgb(73,206,113); }
div.DivClassName
{
background-color: #49CE71;
}
.BgClassName
{
background-color: #49CE71;
}
</style>
border-color css
<style>
span { border-color: #49CE71; }
span { border-color: rgb(73,206,113); }
td.TdClassName
{
border-color: #49CE71;
}
.TagClassName
{
border-color: #49CE71;
}
</style>