Shades of Shamrock #49F899
Tints of Shamrock #49F899
RGB
CMYK
RGB Variations
Color information
#49F899 (or 0x49F899) is known color: Shamrock. HEX triplet: 49, F8 and 99. RGB value is (73,248,153). Sum of RGB (Red+Green+Blue) = 73+248+153=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #49F899 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F899 is #B60766. Grayscale: #B9B9B9. Windows color (decimal): -11929447 or 10090569. OLE color: 10090569.
HSL color Cylindrical-coordinate representation of color #49F899: hue angle of 147.43º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F899 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 248 | 153 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.03 |
| HSL | 147.43º | 0.93% | 0.63% | - |
| HSV(B) | 147.43º | 0.71% | 0.97% | - |
| XYZ | 42.06 | 70.85 | 41.6 | - |
| YUV | 184.85 | 110.02 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 248 | 153 | 0.71 | 0 | 0.38 | 0.03 | 147.43 | 0.93 | 0.63 |
| Hex | 49 | F8 | 99 | 47 | 0 | 26 | 3 | 93 | 5D | 3F |
| Octal | 111 | 370 | 231 | 107 | 0 | 46 | 3 | 223 | 135 | 77 |
| Binary | 1001001 | 11111000 | 10011001 | 1000111 | 0 | 100110 | 11 | 10010011 | 1011101 | 111111 |
Color Harmonies of #49F899
Complementary color
Monochromatic Colors of #49F899
Black with #49F899
Text Example
Text Example
White with #49F899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F899; }
p { color: rgb(73,248,153); }
H1.HeaderClassName
{
color: #49F899;
}
.AnyTagClassName
{
color: #49F899;
}
</style>
background-color css
<style>
a { background-color: #49F899; }
a { background-color: rgb(73,248,153); }
div.DivClassName
{
background-color: #49F899;
}
.BgClassName
{
background-color: #49F899;
}
</style>
border-color css
<style>
span { border-color: #49F899; }
span { border-color: rgb(73,248,153); }
td.TdClassName
{
border-color: #49F899;
}
.TagClassName
{
border-color: #49F899;
}
</style>