Shades of Shamrock #49EDA3
Tints of Shamrock #49EDA3
RGB
CMYK
RGB Variations
Color information
#49EDA3 (or 0x49EDA3) is known color: Shamrock. HEX triplet: 49, ED and A3. RGB value is (73,237,163). Sum of RGB (Red+Green+Blue) = 73+237+163=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EDA3 is #B6125C. Grayscale: #B3B3B3. Windows color (decimal): -11932253 or 10743113. OLE color: 10743113.
HSL color Cylindrical-coordinate representation of color #49EDA3: hue angle of 152.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EDA3 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 163 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.07 |
| HSL | 152.93º | 0.82% | 0.61% | - |
| HSV(B) | 152.93º | 0.69% | 0.93% | - |
| XYZ | 39.64 | 64.63 | 45.04 | - |
| YUV | 179.53 | 118.67 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 163 | 0.69 | 0 | 0.31 | 0.07 | 152.93 | 0.82 | 0.61 |
| Hex | 49 | ED | A3 | 45 | 0 | 1F | 7 | 99 | 52 | 3D |
| Octal | 111 | 355 | 243 | 105 | 0 | 37 | 7 | 231 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10100011 | 1000101 | 0 | 11111 | 111 | 10011001 | 1010010 | 111101 |
Color Harmonies of #49EDA3
Complementary color
Monochromatic Colors of #49EDA3
Black with #49EDA3
Text Example
Text Example
White with #49EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDA3; }
p { color: rgb(73,237,163); }
H1.HeaderClassName
{
color: #49EDA3;
}
.AnyTagClassName
{
color: #49EDA3;
}
</style>
background-color css
<style>
a { background-color: #49EDA3; }
a { background-color: rgb(73,237,163); }
div.DivClassName
{
background-color: #49EDA3;
}
.BgClassName
{
background-color: #49EDA3;
}
</style>
border-color css
<style>
span { border-color: #49EDA3; }
span { border-color: rgb(73,237,163); }
td.TdClassName
{
border-color: #49EDA3;
}
.TagClassName
{
border-color: #49EDA3;
}
</style>