Shades of Emerald #49F285
Tints of Emerald #49F285
RGB
CMYK
RGB Variations
Color information
#49F285 (or 0x49F285) is known color: Emerald. HEX triplet: 49, F2 and 85. RGB value is (73,242,133). Sum of RGB (Red+Green+Blue) = 73+242+133=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #49F285 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F285 is #B60D7A. Grayscale: #B3B3B3. Windows color (decimal): -11931003 or 8778313. OLE color: 8778313.
HSL color Cylindrical-coordinate representation of color #49F285: hue angle of 141.3º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F285 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 133 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.05 |
| HSL | 141.3º | 0.87% | 0.62% | - |
| HSV(B) | 141.3º | 0.7% | 0.95% | - |
| XYZ | 38.73 | 66.61 | 33.01 | - |
| YUV | 179.04 | 102.01 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 133 | 0.70 | 0 | 0.45 | 0.05 | 141.3 | 0.87 | 0.62 |
| Hex | 49 | F2 | 85 | 46 | 0 | 2D | 5 | 8D | 57 | 3E |
| Octal | 111 | 362 | 205 | 106 | 0 | 55 | 5 | 215 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10000101 | 1000110 | 0 | 101101 | 101 | 10001101 | 1010111 | 111110 |
Color Harmonies of #49F285
Complementary color
Monochromatic Colors of #49F285
Black with #49F285
Text Example
Text Example
White with #49F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F285; }
p { color: rgb(73,242,133); }
H1.HeaderClassName
{
color: #49F285;
}
.AnyTagClassName
{
color: #49F285;
}
</style>
background-color css
<style>
a { background-color: #49F285; }
a { background-color: rgb(73,242,133); }
div.DivClassName
{
background-color: #49F285;
}
.BgClassName
{
background-color: #49F285;
}
</style>
border-color css
<style>
span { border-color: #49F285; }
span { border-color: rgb(73,242,133); }
td.TdClassName
{
border-color: #49F285;
}
.TagClassName
{
border-color: #49F285;
}
</style>