Shades of Shamrock #49EFA3
Tints of Shamrock #49EFA3
RGB
CMYK
RGB Variations
Color information
#49EFA3 (or 0x49EFA3) is known color: Shamrock. HEX triplet: 49, EF and A3. RGB value is (73,239,163). Sum of RGB (Red+Green+Blue) = 73+239+163=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EFA3 is #B6105C. Grayscale: #B4B4B4. Windows color (decimal): -11931741 or 10743625. OLE color: 10743625.
HSL color Cylindrical-coordinate representation of color #49EFA3: hue angle of 152.53º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFA3 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 163 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.06 |
| HSL | 152.53º | 0.84% | 0.61% | - |
| HSV(B) | 152.53º | 0.69% | 0.94% | - |
| XYZ | 40.23 | 65.79 | 45.23 | - |
| YUV | 180.7 | 118 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 163 | 0.69 | 0 | 0.32 | 0.06 | 152.53 | 0.84 | 0.61 |
| Hex | 49 | EF | A3 | 45 | 0 | 20 | 6 | 99 | 54 | 3D |
| Octal | 111 | 357 | 243 | 105 | 0 | 40 | 6 | 231 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10100011 | 1000101 | 0 | 100000 | 110 | 10011001 | 1010100 | 111101 |
Color Harmonies of #49EFA3
Complementary color
Monochromatic Colors of #49EFA3
Black with #49EFA3
Text Example
Text Example
White with #49EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFA3; }
p { color: rgb(73,239,163); }
H1.HeaderClassName
{
color: #49EFA3;
}
.AnyTagClassName
{
color: #49EFA3;
}
</style>
background-color css
<style>
a { background-color: #49EFA3; }
a { background-color: rgb(73,239,163); }
div.DivClassName
{
background-color: #49EFA3;
}
.BgClassName
{
background-color: #49EFA3;
}
</style>
border-color css
<style>
span { border-color: #49EFA3; }
span { border-color: rgb(73,239,163); }
td.TdClassName
{
border-color: #49EFA3;
}
.TagClassName
{
border-color: #49EFA3;
}
</style>