Shades of Emerald #49CA5D
Tints of Emerald #49CA5D
RGB
CMYK
RGB Variations
Color information
#49CA5D (or 0x49CA5D) is known color: Emerald. HEX triplet: 49, CA and 5D. RGB value is (73,202,93). Sum of RGB (Red+Green+Blue) = 73+202+93=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA5D is #B635A2. Grayscale: #979797. Windows color (decimal): -11941283 or 6146633. OLE color: 6146633.
HSL color Cylindrical-coordinate representation of color #49CA5D: hue angle of 129.3º degrees, saturation: 0.55, 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 #49CA5D is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 93 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.21 |
| HSL | 129.3º | 0.55% | 0.54% | - |
| HSV(B) | 129.3º | 0.64% | 0.79% | - |
| XYZ | 25.84 | 44.45 | 17.57 | - |
| YUV | 151 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 93 | 0.64 | 0 | 0.54 | 0.21 | 129.3 | 0.55 | 0.54 |
| Hex | 49 | CA | 5D | 40 | 0 | 36 | 15 | 81 | 37 | 36 |
| Octal | 111 | 312 | 135 | 100 | 0 | 66 | 25 | 201 | 67 | 66 |
| Binary | 1001001 | 11001010 | 1011101 | 1000000 | 0 | 110110 | 10101 | 10000001 | 110111 | 110110 |
Color Harmonies of #49CA5D
Complementary color
Monochromatic Colors of #49CA5D
Black with #49CA5D
Text Example
Text Example
White with #49CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA5D; }
p { color: rgb(73,202,93); }
H1.HeaderClassName
{
color: #49CA5D;
}
.AnyTagClassName
{
color: #49CA5D;
}
</style>
background-color css
<style>
a { background-color: #49CA5D; }
a { background-color: rgb(73,202,93); }
div.DivClassName
{
background-color: #49CA5D;
}
.BgClassName
{
background-color: #49CA5D;
}
</style>
border-color css
<style>
span { border-color: #49CA5D; }
span { border-color: rgb(73,202,93); }
td.TdClassName
{
border-color: #49CA5D;
}
.TagClassName
{
border-color: #49CA5D;
}
</style>