Shades of Emerald #49F075
Tints of Emerald #49F075
RGB
CMYK
RGB Variations
Color information
#49F075 (or 0x49F075) is known color: Emerald. HEX triplet: 49, F0 and 75. RGB value is (73,240,117). Sum of RGB (Red+Green+Blue) = 73+240+117=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #49F075 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F075 is #B60F8A. Grayscale: #B0B0B0. Windows color (decimal): -11931531 or 7729225. OLE color: 7729225.
HSL color Cylindrical-coordinate representation of color #49F075: hue angle of 135.81º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F075 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 117 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.06 |
| HSL | 135.81º | 0.85% | 0.61% | - |
| HSV(B) | 135.81º | 0.7% | 0.94% | - |
| XYZ | 37.12 | 65.02 | 27.42 | - |
| YUV | 176.05 | 94.67 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 117 | 0.70 | 0 | 0.51 | 0.06 | 135.81 | 0.85 | 0.61 |
| Hex | 49 | F0 | 75 | 46 | 0 | 33 | 6 | 88 | 55 | 3D |
| Octal | 111 | 360 | 165 | 106 | 0 | 63 | 6 | 210 | 125 | 75 |
| Binary | 1001001 | 11110000 | 1110101 | 1000110 | 0 | 110011 | 110 | 10001000 | 1010101 | 111101 |
Color Harmonies of #49F075
Complementary color
Monochromatic Colors of #49F075
Black with #49F075
Text Example
Text Example
White with #49F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F075; }
p { color: rgb(73,240,117); }
H1.HeaderClassName
{
color: #49F075;
}
.AnyTagClassName
{
color: #49F075;
}
</style>
background-color css
<style>
a { background-color: #49F075; }
a { background-color: rgb(73,240,117); }
div.DivClassName
{
background-color: #49F075;
}
.BgClassName
{
background-color: #49F075;
}
</style>
border-color css
<style>
span { border-color: #49F075; }
span { border-color: rgb(73,240,117); }
td.TdClassName
{
border-color: #49F075;
}
.TagClassName
{
border-color: #49F075;
}
</style>