Shades of Shamrock #49F59B
Tints of Shamrock #49F59B
RGB
CMYK
RGB Variations
Color information
#49F59B (or 0x49F59B) is known color: Shamrock. HEX triplet: 49, F5 and 9B. RGB value is (73,245,155). Sum of RGB (Red+Green+Blue) = 73+245+155=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #49F59B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F59B is #B60A64. Grayscale: #B7B7B7. Windows color (decimal): -11930213 or 10220873. OLE color: 10220873.
HSL color Cylindrical-coordinate representation of color #49F59B: hue angle of 148.6º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F59B is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 155 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.04 |
| HSL | 148.6º | 0.9% | 0.62% | - |
| HSV(B) | 148.6º | 0.7% | 0.96% | - |
| XYZ | 41.32 | 69.09 | 42.17 | - |
| YUV | 183.31 | 112.02 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 155 | 0.70 | 0 | 0.37 | 0.04 | 148.6 | 0.9 | 0.62 |
| Hex | 49 | F5 | 9B | 46 | 0 | 25 | 4 | 95 | 5A | 3E |
| Octal | 111 | 365 | 233 | 106 | 0 | 45 | 4 | 225 | 132 | 76 |
| Binary | 1001001 | 11110101 | 10011011 | 1000110 | 0 | 100101 | 100 | 10010101 | 1011010 | 111110 |
Color Harmonies of #49F59B
Complementary color
Monochromatic Colors of #49F59B
Black with #49F59B
Text Example
Text Example
White with #49F59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F59B; }
p { color: rgb(73,245,155); }
H1.HeaderClassName
{
color: #49F59B;
}
.AnyTagClassName
{
color: #49F59B;
}
</style>
background-color css
<style>
a { background-color: #49F59B; }
a { background-color: rgb(73,245,155); }
div.DivClassName
{
background-color: #49F59B;
}
.BgClassName
{
background-color: #49F59B;
}
</style>
border-color css
<style>
span { border-color: #49F59B; }
span { border-color: rgb(73,245,155); }
td.TdClassName
{
border-color: #49F59B;
}
.TagClassName
{
border-color: #49F59B;
}
</style>