Shades of Emerald #49CA69
Tints of Emerald #49CA69
RGB
CMYK
RGB Variations
Color information
#49CA69 (or 0x49CA69) is known color: Emerald. HEX triplet: 49, CA and 69. RGB value is (73,202,105). Sum of RGB (Red+Green+Blue) = 73+202+105=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA69 is #B63596. Grayscale: #989898. Windows color (decimal): -11941271 or 6933065. OLE color: 6933065.
HSL color Cylindrical-coordinate representation of color #49CA69: hue angle of 134.88º 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 #49CA69 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 105 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.21 |
| HSL | 134.88º | 0.55% | 0.54% | - |
| HSV(B) | 134.88º | 0.64% | 0.79% | - |
| XYZ | 26.42 | 44.68 | 20.6 | - |
| YUV | 152.37 | 101.26 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 105 | 0.64 | 0 | 0.48 | 0.21 | 134.88 | 0.55 | 0.54 |
| Hex | 49 | CA | 69 | 40 | 0 | 30 | 15 | 87 | 37 | 36 |
| Octal | 111 | 312 | 151 | 100 | 0 | 60 | 25 | 207 | 67 | 66 |
| Binary | 1001001 | 11001010 | 1101001 | 1000000 | 0 | 110000 | 10101 | 10000111 | 110111 | 110110 |
Color Harmonies of #49CA69
Complementary color
Monochromatic Colors of #49CA69
Black with #49CA69
Text Example
Text Example
White with #49CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA69; }
p { color: rgb(73,202,105); }
H1.HeaderClassName
{
color: #49CA69;
}
.AnyTagClassName
{
color: #49CA69;
}
</style>
background-color css
<style>
a { background-color: #49CA69; }
a { background-color: rgb(73,202,105); }
div.DivClassName
{
background-color: #49CA69;
}
.BgClassName
{
background-color: #49CA69;
}
</style>
border-color css
<style>
span { border-color: #49CA69; }
span { border-color: rgb(73,202,105); }
td.TdClassName
{
border-color: #49CA69;
}
.TagClassName
{
border-color: #49CA69;
}
</style>