Shades of Shamrock #49F991
Tints of Shamrock #49F991
RGB
CMYK
RGB Variations
Color information
#49F991 (or 0x49F991) is known color: Shamrock. HEX triplet: 49, F9 and 91. RGB value is (73,249,145). Sum of RGB (Red+Green+Blue) = 73+249+145=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #49F991 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F991 is #B6066E. Grayscale: #B8B8B8. Windows color (decimal): -11929199 or 9566537. OLE color: 9566537.
HSL color Cylindrical-coordinate representation of color #49F991: hue angle of 144.55º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F991 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 145 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.02 |
| HSL | 144.55º | 0.94% | 0.63% | - |
| HSV(B) | 144.55º | 0.71% | 0.98% | - |
| XYZ | 41.73 | 71.21 | 38.33 | - |
| YUV | 184.52 | 105.69 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 145 | 0.71 | 0 | 0.42 | 0.02 | 144.55 | 0.94 | 0.63 |
| Hex | 49 | F9 | 91 | 47 | 0 | 2A | 2 | 91 | 5E | 3F |
| Octal | 111 | 371 | 221 | 107 | 0 | 52 | 2 | 221 | 136 | 77 |
| Binary | 1001001 | 11111001 | 10010001 | 1000111 | 0 | 101010 | 10 | 10010001 | 1011110 | 111111 |
Color Harmonies of #49F991
Complementary color
Monochromatic Colors of #49F991
Black with #49F991
Text Example
Text Example
White with #49F991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F991; }
p { color: rgb(73,249,145); }
H1.HeaderClassName
{
color: #49F991;
}
.AnyTagClassName
{
color: #49F991;
}
</style>
background-color css
<style>
a { background-color: #49F991; }
a { background-color: rgb(73,249,145); }
div.DivClassName
{
background-color: #49F991;
}
.BgClassName
{
background-color: #49F991;
}
</style>
border-color css
<style>
span { border-color: #49F991; }
span { border-color: rgb(73,249,145); }
td.TdClassName
{
border-color: #49F991;
}
.TagClassName
{
border-color: #49F991;
}
</style>