Shades of Shamrock #49F297
Tints of Shamrock #49F297
RGB
CMYK
RGB Variations
Color information
#49F297 (or 0x49F297) is known color: Shamrock. HEX triplet: 49, F2 and 97. RGB value is (73,242,151). Sum of RGB (Red+Green+Blue) = 73+242+151=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #49F297 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F297 is #B60D68. Grayscale: #B5B5B5. Windows color (decimal): -11930985 or 9957961. OLE color: 9957961.
HSL color Cylindrical-coordinate representation of color #49F297: hue angle of 147.69º 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 #49F297 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 151 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.05 |
| HSL | 147.69º | 0.87% | 0.62% | - |
| HSV(B) | 147.69º | 0.7% | 0.95% | - |
| XYZ | 40.09 | 67.16 | 40.13 | - |
| YUV | 181.1 | 111.01 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 151 | 0.70 | 0 | 0.38 | 0.05 | 147.69 | 0.87 | 0.62 |
| Hex | 49 | F2 | 97 | 46 | 0 | 26 | 5 | 94 | 57 | 3E |
| Octal | 111 | 362 | 227 | 106 | 0 | 46 | 5 | 224 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10010111 | 1000110 | 0 | 100110 | 101 | 10010100 | 1010111 | 111110 |
Color Harmonies of #49F297
Complementary color
Monochromatic Colors of #49F297
Black with #49F297
Text Example
Text Example
White with #49F297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F297; }
p { color: rgb(73,242,151); }
H1.HeaderClassName
{
color: #49F297;
}
.AnyTagClassName
{
color: #49F297;
}
</style>
background-color css
<style>
a { background-color: #49F297; }
a { background-color: rgb(73,242,151); }
div.DivClassName
{
background-color: #49F297;
}
.BgClassName
{
background-color: #49F297;
}
</style>
border-color css
<style>
span { border-color: #49F297; }
span { border-color: rgb(73,242,151); }
td.TdClassName
{
border-color: #49F297;
}
.TagClassName
{
border-color: #49F297;
}
</style>