Shades of Emerald #49CB57
Tints of Emerald #49CB57
RGB
CMYK
RGB Variations
Color information
#49CB57 (or 0x49CB57) is known color: Emerald. HEX triplet: 49, CB and 57. RGB value is (73,203,87). Sum of RGB (Red+Green+Blue) = 73+203+87=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CB57 is #B634A8. Grayscale: #979797. Windows color (decimal): -11941033 or 5753673. OLE color: 5753673.
HSL color Cylindrical-coordinate representation of color #49CB57: hue angle of 126.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CB57 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 87 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.20 |
| HSL | 126.46º | 0.56% | 0.54% | - |
| HSV(B) | 126.46º | 0.64% | 0.8% | - |
| XYZ | 25.82 | 44.82 | 16.31 | - |
| YUV | 150.91 | 91.93 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 87 | 0.64 | 0 | 0.57 | 0.20 | 126.46 | 0.56 | 0.54 |
| Hex | 49 | CB | 57 | 40 | 0 | 39 | 14 | 7E | 38 | 36 |
| Octal | 111 | 313 | 127 | 100 | 0 | 71 | 24 | 176 | 70 | 66 |
| Binary | 1001001 | 11001011 | 1010111 | 1000000 | 0 | 111001 | 10100 | 1111110 | 111000 | 110110 |
Color Harmonies of #49CB57
Complementary color
Monochromatic Colors of #49CB57
Black with #49CB57
Text Example
Text Example
White with #49CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CB57; }
p { color: rgb(73,203,87); }
H1.HeaderClassName
{
color: #49CB57;
}
.AnyTagClassName
{
color: #49CB57;
}
</style>
background-color css
<style>
a { background-color: #49CB57; }
a { background-color: rgb(73,203,87); }
div.DivClassName
{
background-color: #49CB57;
}
.BgClassName
{
background-color: #49CB57;
}
</style>
border-color css
<style>
span { border-color: #49CB57; }
span { border-color: rgb(73,203,87); }
td.TdClassName
{
border-color: #49CB57;
}
.TagClassName
{
border-color: #49CB57;
}
</style>