Shades of Emerald #49CA7D
Tints of Emerald #49CA7D
RGB
CMYK
RGB Variations
Color information
#49CA7D (or 0x49CA7D) is known color: Emerald. HEX triplet: 49, CA and 7D. RGB value is (73,202,125). Sum of RGB (Red+Green+Blue) = 73+202+125=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA7D is #B63582. Grayscale: #9A9A9A. Windows color (decimal): -11941251 or 8243785. OLE color: 8243785.
HSL color Cylindrical-coordinate representation of color #49CA7D: hue angle of 144.19º 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 #49CA7D is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 125 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.21 |
| HSL | 144.19º | 0.55% | 0.54% | - |
| HSV(B) | 144.19º | 0.64% | 0.79% | - |
| XYZ | 27.57 | 45.14 | 26.66 | - |
| YUV | 154.65 | 111.26 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 125 | 0.64 | 0 | 0.38 | 0.21 | 144.19 | 0.55 | 0.54 |
| Hex | 49 | CA | 7D | 40 | 0 | 26 | 15 | 90 | 37 | 36 |
| Octal | 111 | 312 | 175 | 100 | 0 | 46 | 25 | 220 | 67 | 66 |
| Binary | 1001001 | 11001010 | 1111101 | 1000000 | 0 | 100110 | 10101 | 10010000 | 110111 | 110110 |
Color Harmonies of #49CA7D
Complementary color
Monochromatic Colors of #49CA7D
Black with #49CA7D
Text Example
Text Example
White with #49CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA7D; }
p { color: rgb(73,202,125); }
H1.HeaderClassName
{
color: #49CA7D;
}
.AnyTagClassName
{
color: #49CA7D;
}
</style>
background-color css
<style>
a { background-color: #49CA7D; }
a { background-color: rgb(73,202,125); }
div.DivClassName
{
background-color: #49CA7D;
}
.BgClassName
{
background-color: #49CA7D;
}
</style>
border-color css
<style>
span { border-color: #49CA7D; }
span { border-color: rgb(73,202,125); }
td.TdClassName
{
border-color: #49CA7D;
}
.TagClassName
{
border-color: #49CA7D;
}
</style>