Shades of Emerald #49C965
Tints of Emerald #49C965
RGB
CMYK
RGB Variations
Color information
#49C965 (or 0x49C965) is known color: Emerald. HEX triplet: 49, C9 and 65. RGB value is (73,201,101). Sum of RGB (Red+Green+Blue) = 73+201+101=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #49C965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C965 is #B6369A. Grayscale: #979797. Windows color (decimal): -11941531 or 6670665. OLE color: 6670665.
HSL color Cylindrical-coordinate representation of color #49C965: hue angle of 133.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C965 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 101 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.21 |
| HSL | 133.13º | 0.54% | 0.54% | - |
| HSV(B) | 133.13º | 0.64% | 0.79% | - |
| XYZ | 25.98 | 44.13 | 19.46 | - |
| YUV | 151.33 | 99.59 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 101 | 0.64 | 0 | 0.50 | 0.21 | 133.13 | 0.54 | 0.54 |
| Hex | 49 | C9 | 65 | 40 | 0 | 32 | 15 | 85 | 36 | 36 |
| Octal | 111 | 311 | 145 | 100 | 0 | 62 | 25 | 205 | 66 | 66 |
| Binary | 1001001 | 11001001 | 1100101 | 1000000 | 0 | 110010 | 10101 | 10000101 | 110110 | 110110 |
Color Harmonies of #49C965
Complementary color
Monochromatic Colors of #49C965
Black with #49C965
Text Example
Text Example
White with #49C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C965; }
p { color: rgb(73,201,101); }
H1.HeaderClassName
{
color: #49C965;
}
.AnyTagClassName
{
color: #49C965;
}
</style>
background-color css
<style>
a { background-color: #49C965; }
a { background-color: rgb(73,201,101); }
div.DivClassName
{
background-color: #49C965;
}
.BgClassName
{
background-color: #49C965;
}
</style>
border-color css
<style>
span { border-color: #49C965; }
span { border-color: rgb(73,201,101); }
td.TdClassName
{
border-color: #49C965;
}
.TagClassName
{
border-color: #49C965;
}
</style>