Shades of Emerald #49C85A
Tints of Emerald #49C85A
RGB
CMYK
RGB Variations
Color information
#49C85A (or 0x49C85A) is known color: Emerald. HEX triplet: 49, C8 and 5A. RGB value is (73,200,90). Sum of RGB (Red+Green+Blue) = 73+200+90=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #49C85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C85A is #B637A5. Grayscale: #959595. Windows color (decimal): -11941798 or 5949513. OLE color: 5949513.
HSL color Cylindrical-coordinate representation of color #49C85A: hue angle of 128.03º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C85A is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 90 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.22 |
| HSL | 128.03º | 0.54% | 0.54% | - |
| HSV(B) | 128.03º | 0.64% | 0.78% | - |
| XYZ | 25.25 | 43.46 | 16.73 | - |
| YUV | 149.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 90 | 0.64 | 0 | 0.55 | 0.22 | 128.03 | 0.54 | 0.54 |
| Hex | 49 | C8 | 5A | 40 | 0 | 37 | 16 | 80 | 36 | 36 |
| Octal | 111 | 310 | 132 | 100 | 0 | 67 | 26 | 200 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1011010 | 1000000 | 0 | 110111 | 10110 | 10000000 | 110110 | 110110 |
Color Harmonies of #49C85A
Complementary color
Monochromatic Colors of #49C85A
Black with #49C85A
Text Example
Text Example
White with #49C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C85A; }
p { color: rgb(73,200,90); }
H1.HeaderClassName
{
color: #49C85A;
}
.AnyTagClassName
{
color: #49C85A;
}
</style>
background-color css
<style>
a { background-color: #49C85A; }
a { background-color: rgb(73,200,90); }
div.DivClassName
{
background-color: #49C85A;
}
.BgClassName
{
background-color: #49C85A;
}
</style>
border-color css
<style>
span { border-color: #49C85A; }
span { border-color: rgb(73,200,90); }
td.TdClassName
{
border-color: #49C85A;
}
.TagClassName
{
border-color: #49C85A;
}
</style>