Shades of Shamrock #49DC96
Tints of Shamrock #49DC96
RGB
CMYK
RGB Variations
Color information
#49DC96 (or 0x49DC96) is known color: Shamrock. HEX triplet: 49, DC and 96. RGB value is (73,220,150). Sum of RGB (Red+Green+Blue) = 73+220+150=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DC96 is #B62369. Grayscale: #A8A8A8. Windows color (decimal): -11936618 or 9886793. OLE color: 9886793.
HSL color Cylindrical-coordinate representation of color #49DC96: hue angle of 151.43º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC96 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 150 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.14 |
| HSL | 151.43º | 0.68% | 0.57% | - |
| HSV(B) | 151.43º | 0.67% | 0.86% | - |
| XYZ | 33.85 | 54.8 | 37.65 | - |
| YUV | 168.07 | 117.8 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 150 | 0.67 | 0 | 0.32 | 0.14 | 151.43 | 0.68 | 0.57 |
| Hex | 49 | DC | 96 | 43 | 0 | 20 | E | 97 | 44 | 39 |
| Octal | 111 | 334 | 226 | 103 | 0 | 40 | 16 | 227 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10010110 | 1000011 | 0 | 100000 | 1110 | 10010111 | 1000100 | 111001 |
Color Harmonies of #49DC96
Complementary color
Monochromatic Colors of #49DC96
Black with #49DC96
Text Example
Text Example
White with #49DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC96; }
p { color: rgb(73,220,150); }
H1.HeaderClassName
{
color: #49DC96;
}
.AnyTagClassName
{
color: #49DC96;
}
</style>
background-color css
<style>
a { background-color: #49DC96; }
a { background-color: rgb(73,220,150); }
div.DivClassName
{
background-color: #49DC96;
}
.BgClassName
{
background-color: #49DC96;
}
</style>
border-color css
<style>
span { border-color: #49DC96; }
span { border-color: rgb(73,220,150); }
td.TdClassName
{
border-color: #49DC96;
}
.TagClassName
{
border-color: #49DC96;
}
</style>