Shades of Emerald #49C865
Tints of Emerald #49C865
RGB
CMYK
RGB Variations
Color information
#49C865 (or 0x49C865) is known color: Emerald. HEX triplet: 49, C8 and 65. RGB value is (73,200,101). Sum of RGB (Red+Green+Blue) = 73+200+101=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #49C865 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C865 is #B6379A. Grayscale: #979797. Windows color (decimal): -11941787 or 6670409. OLE color: 6670409.
HSL color Cylindrical-coordinate representation of color #49C865: hue angle of 133.23º 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 #49C865 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 101 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.22 |
| HSL | 133.23º | 0.54% | 0.54% | - |
| HSV(B) | 133.23º | 0.64% | 0.78% | - |
| XYZ | 25.75 | 43.66 | 19.38 | - |
| YUV | 150.74 | 99.92 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 101 | 0.64 | 0 | 0.49 | 0.22 | 133.23 | 0.54 | 0.54 |
| Hex | 49 | C8 | 65 | 40 | 0 | 31 | 16 | 85 | 36 | 36 |
| Octal | 111 | 310 | 145 | 100 | 0 | 61 | 26 | 205 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1100101 | 1000000 | 0 | 110001 | 10110 | 10000101 | 110110 | 110110 |
Color Harmonies of #49C865
Complementary color
Monochromatic Colors of #49C865
Black with #49C865
Text Example
Text Example
White with #49C865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C865; }
p { color: rgb(73,200,101); }
H1.HeaderClassName
{
color: #49C865;
}
.AnyTagClassName
{
color: #49C865;
}
</style>
background-color css
<style>
a { background-color: #49C865; }
a { background-color: rgb(73,200,101); }
div.DivClassName
{
background-color: #49C865;
}
.BgClassName
{
background-color: #49C865;
}
</style>
border-color css
<style>
span { border-color: #49C865; }
span { border-color: rgb(73,200,101); }
td.TdClassName
{
border-color: #49C865;
}
.TagClassName
{
border-color: #49C865;
}
</style>