Shades of Shamrock #49FA96
Tints of Shamrock #49FA96
RGB
CMYK
RGB Variations
Color information
#49FA96 (or 0x49FA96) is known color: Shamrock. HEX triplet: 49, FA and 96. RGB value is (73,250,150). Sum of RGB (Red+Green+Blue) = 73+250+150=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FA96 is #B60569. Grayscale: #B9B9B9. Windows color (decimal): -11928938 or 9894473. OLE color: 9894473.
HSL color Cylindrical-coordinate representation of color #49FA96: hue angle of 146.1º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FA96 is Cyan = 0.71, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 150 | - |
| CMYK | 0.71 | 0 | 0.4 | 0.02 |
| HSL | 146.1º | 0.95% | 0.63% | - |
| HSV(B) | 146.1º | 0.71% | 0.98% | - |
| XYZ | 42.44 | 71.99 | 40.51 | - |
| YUV | 185.68 | 107.86 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 150 | 0.71 | 0 | 0.4 | 0.02 | 146.1 | 0.95 | 0.63 |
| Hex | 49 | FA | 96 | 47 | 0 | 28 | 2 | 92 | 5F | 3F |
| Octal | 111 | 372 | 226 | 107 | 0 | 50 | 2 | 222 | 137 | 77 |
| Binary | 1001001 | 11111010 | 10010110 | 1000111 | 0 | 101000 | 10 | 10010010 | 1011111 | 111111 |
Color Harmonies of #49FA96
Complementary color
Monochromatic Colors of #49FA96
Black with #49FA96
Text Example
Text Example
White with #49FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA96; }
p { color: rgb(73,250,150); }
H1.HeaderClassName
{
color: #49FA96;
}
.AnyTagClassName
{
color: #49FA96;
}
</style>
background-color css
<style>
a { background-color: #49FA96; }
a { background-color: rgb(73,250,150); }
div.DivClassName
{
background-color: #49FA96;
}
.BgClassName
{
background-color: #49FA96;
}
</style>
border-color css
<style>
span { border-color: #49FA96; }
span { border-color: rgb(73,250,150); }
td.TdClassName
{
border-color: #49FA96;
}
.TagClassName
{
border-color: #49FA96;
}
</style>