Shades of Shamrock #49F19C
Tints of Shamrock #49F19C
RGB
CMYK
RGB Variations
Color information
#49F19C (or 0x49F19C) is known color: Shamrock. HEX triplet: 49, F1 and 9C. RGB value is (73,241,156). Sum of RGB (Red+Green+Blue) = 73+241+156=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #49F19C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F19C is #B60E63. Grayscale: #B5B5B5. Windows color (decimal): -11931236 or 10285385. OLE color: 10285385.
HSL color Cylindrical-coordinate representation of color #49F19C: hue angle of 149.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F19C is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 156 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.05 |
| HSL | 149.64º | 0.86% | 0.62% | - |
| HSV(B) | 149.64º | 0.7% | 0.95% | - |
| XYZ | 40.2 | 66.73 | 42.21 | - |
| YUV | 181.08 | 113.84 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 156 | 0.70 | 0 | 0.35 | 0.05 | 149.64 | 0.86 | 0.62 |
| Hex | 49 | F1 | 9C | 46 | 0 | 23 | 5 | 96 | 56 | 3E |
| Octal | 111 | 361 | 234 | 106 | 0 | 43 | 5 | 226 | 126 | 76 |
| Binary | 1001001 | 11110001 | 10011100 | 1000110 | 0 | 100011 | 101 | 10010110 | 1010110 | 111110 |
Color Harmonies of #49F19C
Complementary color
Monochromatic Colors of #49F19C
Black with #49F19C
Text Example
Text Example
White with #49F19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F19C; }
p { color: rgb(73,241,156); }
H1.HeaderClassName
{
color: #49F19C;
}
.AnyTagClassName
{
color: #49F19C;
}
</style>
background-color css
<style>
a { background-color: #49F19C; }
a { background-color: rgb(73,241,156); }
div.DivClassName
{
background-color: #49F19C;
}
.BgClassName
{
background-color: #49F19C;
}
</style>
border-color css
<style>
span { border-color: #49F19C; }
span { border-color: rgb(73,241,156); }
td.TdClassName
{
border-color: #49F19C;
}
.TagClassName
{
border-color: #49F19C;
}
</style>