Shades of Shamrock #49F295
Tints of Shamrock #49F295
RGB
CMYK
RGB Variations
Color information
#49F295 (or 0x49F295) is known color: Shamrock. HEX triplet: 49, F2 and 95. RGB value is (73,242,149). Sum of RGB (Red+Green+Blue) = 73+242+149=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #49F295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F295 is #B60D6A. Grayscale: #B5B5B5. Windows color (decimal): -11930987 or 9826889. OLE color: 9826889.
HSL color Cylindrical-coordinate representation of color #49F295: hue angle of 146.98º 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 #49F295 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 149 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.05 |
| HSL | 146.98º | 0.87% | 0.62% | - |
| HSV(B) | 146.98º | 0.7% | 0.95% | - |
| XYZ | 39.92 | 67.09 | 39.28 | - |
| YUV | 180.87 | 110.01 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 149 | 0.70 | 0 | 0.38 | 0.05 | 146.98 | 0.87 | 0.62 |
| Hex | 49 | F2 | 95 | 46 | 0 | 26 | 5 | 93 | 57 | 3E |
| Octal | 111 | 362 | 225 | 106 | 0 | 46 | 5 | 223 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10010101 | 1000110 | 0 | 100110 | 101 | 10010011 | 1010111 | 111110 |
Color Harmonies of #49F295
Complementary color
Monochromatic Colors of #49F295
Black with #49F295
Text Example
Text Example
White with #49F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F295; }
p { color: rgb(73,242,149); }
H1.HeaderClassName
{
color: #49F295;
}
.AnyTagClassName
{
color: #49F295;
}
</style>
background-color css
<style>
a { background-color: #49F295; }
a { background-color: rgb(73,242,149); }
div.DivClassName
{
background-color: #49F295;
}
.BgClassName
{
background-color: #49F295;
}
</style>
border-color css
<style>
span { border-color: #49F295; }
span { border-color: rgb(73,242,149); }
td.TdClassName
{
border-color: #49F295;
}
.TagClassName
{
border-color: #49F295;
}
</style>