Shades of Shamrock #49FB91
Tints of Shamrock #49FB91
RGB
CMYK
RGB Variations
Color information
#49FB91 (or 0x49FB91) is known color: Shamrock. HEX triplet: 49, FB and 91. RGB value is (73,251,145). Sum of RGB (Red+Green+Blue) = 73+251+145=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FB91 is #B6046E. Grayscale: #B9B9B9. Windows color (decimal): -11928687 or 9567049. OLE color: 9567049.
HSL color Cylindrical-coordinate representation of color #49FB91: hue angle of 144.27º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FB91 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 145 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.02 |
| HSL | 144.27º | 0.96% | 0.64% | - |
| HSV(B) | 144.27º | 0.71% | 0.98% | - |
| XYZ | 42.36 | 72.46 | 38.54 | - |
| YUV | 185.69 | 105.03 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 145 | 0.71 | 0 | 0.42 | 0.02 | 144.27 | 0.96 | 0.64 |
| Hex | 49 | FB | 91 | 47 | 0 | 2A | 2 | 90 | 60 | 40 |
| Octal | 111 | 373 | 221 | 107 | 0 | 52 | 2 | 220 | 140 | 100 |
| Binary | 1001001 | 11111011 | 10010001 | 1000111 | 0 | 101010 | 10 | 10010000 | 1100000 | 1000000 |
Color Harmonies of #49FB91
Complementary color
Monochromatic Colors of #49FB91
Black with #49FB91
Text Example
Text Example
White with #49FB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FB91; }
p { color: rgb(73,251,145); }
H1.HeaderClassName
{
color: #49FB91;
}
.AnyTagClassName
{
color: #49FB91;
}
</style>
background-color css
<style>
a { background-color: #49FB91; }
a { background-color: rgb(73,251,145); }
div.DivClassName
{
background-color: #49FB91;
}
.BgClassName
{
background-color: #49FB91;
}
</style>
border-color css
<style>
span { border-color: #49FB91; }
span { border-color: rgb(73,251,145); }
td.TdClassName
{
border-color: #49FB91;
}
.TagClassName
{
border-color: #49FB91;
}
</style>