Shades of Shamrock #49F59C
Tints of Shamrock #49F59C
RGB
CMYK
RGB Variations
Color information
#49F59C (or 0x49F59C) is known color: Shamrock. HEX triplet: 49, F5 and 9C. RGB value is (73,245,156). Sum of RGB (Red+Green+Blue) = 73+245+156=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #49F59C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F59C is #B60A63. Grayscale: #B7B7B7. Windows color (decimal): -11930212 or 10286409. OLE color: 10286409.
HSL color Cylindrical-coordinate representation of color #49F59C: hue angle of 148.95º 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 #49F59C is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 156 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.04 |
| HSL | 148.95º | 0.9% | 0.62% | - |
| HSV(B) | 148.95º | 0.7% | 0.96% | - |
| XYZ | 41.4 | 69.12 | 42.61 | - |
| YUV | 183.43 | 112.52 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 156 | 0.70 | 0 | 0.36 | 0.04 | 148.95 | 0.9 | 0.62 |
| Hex | 49 | F5 | 9C | 46 | 0 | 24 | 4 | 95 | 5A | 3E |
| Octal | 111 | 365 | 234 | 106 | 0 | 44 | 4 | 225 | 132 | 76 |
| Binary | 1001001 | 11110101 | 10011100 | 1000110 | 0 | 100100 | 100 | 10010101 | 1011010 | 111110 |
Color Harmonies of #49F59C
Complementary color
Monochromatic Colors of #49F59C
Black with #49F59C
Text Example
Text Example
White with #49F59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F59C; }
p { color: rgb(73,245,156); }
H1.HeaderClassName
{
color: #49F59C;
}
.AnyTagClassName
{
color: #49F59C;
}
</style>
background-color css
<style>
a { background-color: #49F59C; }
a { background-color: rgb(73,245,156); }
div.DivClassName
{
background-color: #49F59C;
}
.BgClassName
{
background-color: #49F59C;
}
</style>
border-color css
<style>
span { border-color: #49F59C; }
span { border-color: rgb(73,245,156); }
td.TdClassName
{
border-color: #49F59C;
}
.TagClassName
{
border-color: #49F59C;
}
</style>