Shades of Emerald #49C661
Tints of Emerald #49C661
RGB
CMYK
RGB Variations
Color information
#49C661 (or 0x49C661) is known color: Emerald. HEX triplet: 49, C6 and 61. RGB value is (73,198,97). Sum of RGB (Red+Green+Blue) = 73+198+97=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #49C661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C661 is #B6399E. Grayscale: #959595. Windows color (decimal): -11942303 or 6407753. OLE color: 6407753.
HSL color Cylindrical-coordinate representation of color #49C661: hue angle of 131.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C661 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 97 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.22 |
| HSL | 131.52º | 0.52% | 0.53% | - |
| HSV(B) | 131.52º | 0.63% | 0.78% | - |
| XYZ | 25.1 | 42.67 | 18.22 | - |
| YUV | 149.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 97 | 0.63 | 0 | 0.51 | 0.22 | 131.52 | 0.52 | 0.53 |
| Hex | 49 | C6 | 61 | 3F | 0 | 33 | 16 | 84 | 34 | 35 |
| Octal | 111 | 306 | 141 | 77 | 0 | 63 | 26 | 204 | 64 | 65 |
| Binary | 1001001 | 11000110 | 1100001 | 111111 | 0 | 110011 | 10110 | 10000100 | 110100 | 110101 |
Color Harmonies of #49C661
Complementary color
Monochromatic Colors of #49C661
Black with #49C661
Text Example
Text Example
White with #49C661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C661; }
p { color: rgb(73,198,97); }
H1.HeaderClassName
{
color: #49C661;
}
.AnyTagClassName
{
color: #49C661;
}
</style>
background-color css
<style>
a { background-color: #49C661; }
a { background-color: rgb(73,198,97); }
div.DivClassName
{
background-color: #49C661;
}
.BgClassName
{
background-color: #49C661;
}
</style>
border-color css
<style>
span { border-color: #49C661; }
span { border-color: rgb(73,198,97); }
td.TdClassName
{
border-color: #49C661;
}
.TagClassName
{
border-color: #49C661;
}
</style>