Shades of Shamrock #49F197
Tints of Shamrock #49F197
RGB
CMYK
RGB Variations
Color information
#49F197 (or 0x49F197) is known color: Shamrock. HEX triplet: 49, F1 and 97. RGB value is (73,241,151). Sum of RGB (Red+Green+Blue) = 73+241+151=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #49F197 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F197 is #B60E68. Grayscale: #B4B4B4. Windows color (decimal): -11931241 or 9957705. OLE color: 9957705.
HSL color Cylindrical-coordinate representation of color #49F197: hue angle of 147.86º degrees, saturation: 0.86, 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 #49F197 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 151 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.05 |
| HSL | 147.86º | 0.86% | 0.62% | - |
| HSV(B) | 147.86º | 0.7% | 0.95% | - |
| XYZ | 39.79 | 66.56 | 40.03 | - |
| YUV | 180.51 | 111.34 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 151 | 0.70 | 0 | 0.37 | 0.05 | 147.86 | 0.86 | 0.62 |
| Hex | 49 | F1 | 97 | 46 | 0 | 25 | 5 | 94 | 56 | 3E |
| Octal | 111 | 361 | 227 | 106 | 0 | 45 | 5 | 224 | 126 | 76 |
| Binary | 1001001 | 11110001 | 10010111 | 1000110 | 0 | 100101 | 101 | 10010100 | 1010110 | 111110 |
Color Harmonies of #49F197
Complementary color
Monochromatic Colors of #49F197
Black with #49F197
Text Example
Text Example
White with #49F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F197; }
p { color: rgb(73,241,151); }
H1.HeaderClassName
{
color: #49F197;
}
.AnyTagClassName
{
color: #49F197;
}
</style>
background-color css
<style>
a { background-color: #49F197; }
a { background-color: rgb(73,241,151); }
div.DivClassName
{
background-color: #49F197;
}
.BgClassName
{
background-color: #49F197;
}
</style>
border-color css
<style>
span { border-color: #49F197; }
span { border-color: rgb(73,241,151); }
td.TdClassName
{
border-color: #49F197;
}
.TagClassName
{
border-color: #49F197;
}
</style>