Shades of Shamrock #49FF91
Tints of Shamrock #49FF91
RGB
CMYK
RGB Variations
Color information
#49FF91 (or 0x49FF91) is known color: Shamrock. HEX triplet: 49, FF and 91. RGB value is (73,255,145). Sum of RGB (Red+Green+Blue) = 73+255+145=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF91 is #B6006E. Grayscale: #BCBCBC. Windows color (decimal): -11927663 or 9568073. OLE color: 9568073.
HSL color Cylindrical-coordinate representation of color #49FF91: hue angle of 143.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FF91 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 145 | - |
| CMYK | 0.71 | 0 | 0.43 | 0 |
| HSL | 143.74º | 1% | 0.64% | - |
| HSV(B) | 143.74º | 0.71% | 1% | - |
| XYZ | 43.62 | 74.98 | 38.96 | - |
| YUV | 188.04 | 103.7 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 145 | 0.71 | 0 | 0.43 | 0 | 143.74 | 1 | 0.64 |
| Hex | 49 | FF | 91 | 47 | 0 | 2B | 0 | 90 | 64 | 40 |
| Octal | 111 | 377 | 221 | 107 | 0 | 53 | 0 | 220 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10010001 | 1000111 | 0 | 101011 | 0 | 10010000 | 1100100 | 1000000 |
Color Harmonies of #49FF91
Complementary color
Monochromatic Colors of #49FF91
Black with #49FF91
Text Example
Text Example
White with #49FF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF91; }
p { color: rgb(73,255,145); }
H1.HeaderClassName
{
color: #49FF91;
}
.AnyTagClassName
{
color: #49FF91;
}
</style>
background-color css
<style>
a { background-color: #49FF91; }
a { background-color: rgb(73,255,145); }
div.DivClassName
{
background-color: #49FF91;
}
.BgClassName
{
background-color: #49FF91;
}
</style>
border-color css
<style>
span { border-color: #49FF91; }
span { border-color: rgb(73,255,145); }
td.TdClassName
{
border-color: #49FF91;
}
.TagClassName
{
border-color: #49FF91;
}
</style>