Shades of Shamrock #49F29D
Tints of Shamrock #49F29D
RGB
CMYK
RGB Variations
Color information
#49F29D (or 0x49F29D) is known color: Shamrock. HEX triplet: 49, F2 and 9D. RGB value is (73,242,157). Sum of RGB (Red+Green+Blue) = 73+242+157=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #49F29D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F29D is #B60D62. Grayscale: #B5B5B5. Windows color (decimal): -11930979 or 10351177. OLE color: 10351177.
HSL color Cylindrical-coordinate representation of color #49F29D: hue angle of 149.82º 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 #49F29D is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 157 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.05 |
| HSL | 149.82º | 0.87% | 0.62% | - |
| HSV(B) | 149.82º | 0.7% | 0.95% | - |
| XYZ | 40.59 | 67.36 | 42.76 | - |
| YUV | 181.78 | 114.01 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 157 | 0.70 | 0 | 0.35 | 0.05 | 149.82 | 0.87 | 0.62 |
| Hex | 49 | F2 | 9D | 46 | 0 | 23 | 5 | 96 | 57 | 3E |
| Octal | 111 | 362 | 235 | 106 | 0 | 43 | 5 | 226 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10011101 | 1000110 | 0 | 100011 | 101 | 10010110 | 1010111 | 111110 |
Color Harmonies of #49F29D
Complementary color
Monochromatic Colors of #49F29D
Black with #49F29D
Text Example
Text Example
White with #49F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F29D; }
p { color: rgb(73,242,157); }
H1.HeaderClassName
{
color: #49F29D;
}
.AnyTagClassName
{
color: #49F29D;
}
</style>
background-color css
<style>
a { background-color: #49F29D; }
a { background-color: rgb(73,242,157); }
div.DivClassName
{
background-color: #49F29D;
}
.BgClassName
{
background-color: #49F29D;
}
</style>
border-color css
<style>
span { border-color: #49F29D; }
span { border-color: rgb(73,242,157); }
td.TdClassName
{
border-color: #49F29D;
}
.TagClassName
{
border-color: #49F29D;
}
</style>