Shades of Shamrock #49D993
Tints of Shamrock #49D993
RGB
CMYK
RGB Variations
Color information
#49D993 (or 0x49D993) is known color: Shamrock. HEX triplet: 49, D9 and 93. RGB value is (73,217,147). Sum of RGB (Red+Green+Blue) = 73+217+147=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #49D993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D993 is #B6266C. Grayscale: #A6A6A6. Windows color (decimal): -11937389 or 9689417. OLE color: 9689417.
HSL color Cylindrical-coordinate representation of color #49D993: hue angle of 150.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D993 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 147 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.15 |
| HSL | 150.83º | 0.65% | 0.57% | - |
| HSV(B) | 150.83º | 0.66% | 0.85% | - |
| XYZ | 32.83 | 53.15 | 36.13 | - |
| YUV | 165.96 | 117.29 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 147 | 0.66 | 0 | 0.32 | 0.15 | 150.83 | 0.65 | 0.57 |
| Hex | 49 | D9 | 93 | 42 | 0 | 20 | F | 97 | 41 | 39 |
| Octal | 111 | 331 | 223 | 102 | 0 | 40 | 17 | 227 | 101 | 71 |
| Binary | 1001001 | 11011001 | 10010011 | 1000010 | 0 | 100000 | 1111 | 10010111 | 1000001 | 111001 |
Color Harmonies of #49D993
Complementary color
Monochromatic Colors of #49D993
Black with #49D993
Text Example
Text Example
White with #49D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D993; }
p { color: rgb(73,217,147); }
H1.HeaderClassName
{
color: #49D993;
}
.AnyTagClassName
{
color: #49D993;
}
</style>
background-color css
<style>
a { background-color: #49D993; }
a { background-color: rgb(73,217,147); }
div.DivClassName
{
background-color: #49D993;
}
.BgClassName
{
background-color: #49D993;
}
</style>
border-color css
<style>
span { border-color: #49D993; }
span { border-color: rgb(73,217,147); }
td.TdClassName
{
border-color: #49D993;
}
.TagClassName
{
border-color: #49D993;
}
</style>