Shades of Emerald #49C260
Tints of Emerald #49C260
RGB
CMYK
RGB Variations
Color information
#49C260 (or 0x49C260) is known color: Emerald. HEX triplet: 49, C2 and 60. RGB value is (73,194,96). Sum of RGB (Red+Green+Blue) = 73+194+96=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #49C260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C260 is #B63D9F. Grayscale: #929292. Windows color (decimal): -11943328 or 6341193. OLE color: 6341193.
HSL color Cylindrical-coordinate representation of color #49C260: hue angle of 131.4º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C260 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 96 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.24 |
| HSL | 131.41º | 0.5% | 0.52% | - |
| HSV(B) | 131.41º | 0.62% | 0.76% | - |
| XYZ | 24.15 | 40.84 | 17.68 | - |
| YUV | 146.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 96 | 0.62 | 0 | 0.51 | 0.24 | 131.41 | 0.5 | 0.52 |
| Hex | 49 | C2 | 60 | 3E | 0 | 33 | 18 | 83 | 32 | 34 |
| Octal | 111 | 302 | 140 | 76 | 0 | 63 | 30 | 203 | 62 | 64 |
| Binary | 1001001 | 11000010 | 1100000 | 111110 | 0 | 110011 | 11000 | 10000011 | 110010 | 110100 |
Color Harmonies of #49C260
Complementary color
Monochromatic Colors of #49C260
Black with #49C260
Text Example
Text Example
White with #49C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C260; }
p { color: rgb(73,194,96); }
H1.HeaderClassName
{
color: #49C260;
}
.AnyTagClassName
{
color: #49C260;
}
</style>
background-color css
<style>
a { background-color: #49C260; }
a { background-color: rgb(73,194,96); }
div.DivClassName
{
background-color: #49C260;
}
.BgClassName
{
background-color: #49C260;
}
</style>
border-color css
<style>
span { border-color: #49C260; }
span { border-color: rgb(73,194,96); }
td.TdClassName
{
border-color: #49C260;
}
.TagClassName
{
border-color: #49C260;
}
</style>