Shades of Shamrock #49F298
Tints of Shamrock #49F298
RGB
CMYK
RGB Variations
Color information
#49F298 (or 0x49F298) is known color: Shamrock. HEX triplet: 49, F2 and 98. RGB value is (73,242,152). Sum of RGB (Red+Green+Blue) = 73+242+152=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #49F298 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F298 is #B60D67. Grayscale: #B5B5B5. Windows color (decimal): -11930984 or 10023497. OLE color: 10023497.
HSL color Cylindrical-coordinate representation of color #49F298: hue angle of 148.05º degrees, saturation: 0.87, 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 #49F298 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 152 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.05 |
| HSL | 148.05º | 0.87% | 0.62% | - |
| HSV(B) | 148.05º | 0.7% | 0.95% | - |
| XYZ | 40.17 | 67.19 | 40.56 | - |
| YUV | 181.21 | 111.51 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 152 | 0.70 | 0 | 0.37 | 0.05 | 148.05 | 0.87 | 0.62 |
| Hex | 49 | F2 | 98 | 46 | 0 | 25 | 5 | 94 | 57 | 3E |
| Octal | 111 | 362 | 230 | 106 | 0 | 45 | 5 | 224 | 127 | 76 |
| Binary | 1001001 | 11110010 | 10011000 | 1000110 | 0 | 100101 | 101 | 10010100 | 1010111 | 111110 |
Color Harmonies of #49F298
Complementary color
Monochromatic Colors of #49F298
Black with #49F298
Text Example
Text Example
White with #49F298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F298; }
p { color: rgb(73,242,152); }
H1.HeaderClassName
{
color: #49F298;
}
.AnyTagClassName
{
color: #49F298;
}
</style>
background-color css
<style>
a { background-color: #49F298; }
a { background-color: rgb(73,242,152); }
div.DivClassName
{
background-color: #49F298;
}
.BgClassName
{
background-color: #49F298;
}
</style>
border-color css
<style>
span { border-color: #49F298; }
span { border-color: rgb(73,242,152); }
td.TdClassName
{
border-color: #49F298;
}
.TagClassName
{
border-color: #49F298;
}
</style>