Shades of Shamrock #49F49E
Tints of Shamrock #49F49E
RGB
CMYK
RGB Variations
Color information
#49F49E (or 0x49F49E) is known color: Shamrock. HEX triplet: 49, F4 and 9E. RGB value is (73,244,158). Sum of RGB (Red+Green+Blue) = 73+244+158=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #49F49E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F49E is #B60B61. Grayscale: #B7B7B7. Windows color (decimal): -11930466 or 10417225. OLE color: 10417225.
HSL color Cylindrical-coordinate representation of color #49F49E: hue angle of 149.82º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F49E is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 244 | 158 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.04 |
| HSL | 149.82º | 0.89% | 0.62% | - |
| HSV(B) | 149.82º | 0.7% | 0.96% | - |
| XYZ | 41.27 | 68.59 | 43.41 | - |
| YUV | 183.07 | 113.85 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 244 | 158 | 0.70 | 0 | 0.35 | 0.04 | 149.82 | 0.89 | 0.62 |
| Hex | 49 | F4 | 9E | 46 | 0 | 23 | 4 | 96 | 59 | 3E |
| Octal | 111 | 364 | 236 | 106 | 0 | 43 | 4 | 226 | 131 | 76 |
| Binary | 1001001 | 11110100 | 10011110 | 1000110 | 0 | 100011 | 100 | 10010110 | 1011001 | 111110 |
Color Harmonies of #49F49E
Complementary color
Monochromatic Colors of #49F49E
Black with #49F49E
Text Example
Text Example
White with #49F49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F49E; }
p { color: rgb(73,244,158); }
H1.HeaderClassName
{
color: #49F49E;
}
.AnyTagClassName
{
color: #49F49E;
}
</style>
background-color css
<style>
a { background-color: #49F49E; }
a { background-color: rgb(73,244,158); }
div.DivClassName
{
background-color: #49F49E;
}
.BgClassName
{
background-color: #49F49E;
}
</style>
border-color css
<style>
span { border-color: #49F49E; }
span { border-color: rgb(73,244,158); }
td.TdClassName
{
border-color: #49F49E;
}
.TagClassName
{
border-color: #49F49E;
}
</style>