Shades of Shamrock #49FE91
Tints of Shamrock #49FE91
RGB
CMYK
RGB Variations
Color information
#49FE91 (or 0x49FE91) is known color: Shamrock. HEX triplet: 49, FE and 91. RGB value is (73,254,145). Sum of RGB (Red+Green+Blue) = 73+254+145=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FE91 is #B6016E. Grayscale: #BBBBBB. Windows color (decimal): -11927919 or 9567817. OLE color: 9567817.
HSL color Cylindrical-coordinate representation of color #49FE91: hue angle of 143.87º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FE91 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 145 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.00 |
| HSL | 143.87º | 0.99% | 0.64% | - |
| HSV(B) | 143.87º | 0.71% | 1% | - |
| XYZ | 43.3 | 74.34 | 38.86 | - |
| YUV | 187.46 | 104.03 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 145 | 0.71 | 0 | 0.43 | 0.00 | 143.87 | 0.99 | 0.64 |
| Hex | 49 | FE | 91 | 47 | 0 | 2B | 0 | 90 | 63 | 40 |
| Octal | 111 | 376 | 221 | 107 | 0 | 53 | 0 | 220 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10010001 | 1000111 | 0 | 101011 | 0 | 10010000 | 1100011 | 1000000 |
Color Harmonies of #49FE91
Complementary color
Monochromatic Colors of #49FE91
Black with #49FE91
Text Example
Text Example
White with #49FE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE91; }
p { color: rgb(73,254,145); }
H1.HeaderClassName
{
color: #49FE91;
}
.AnyTagClassName
{
color: #49FE91;
}
</style>
background-color css
<style>
a { background-color: #49FE91; }
a { background-color: rgb(73,254,145); }
div.DivClassName
{
background-color: #49FE91;
}
.BgClassName
{
background-color: #49FE91;
}
</style>
border-color css
<style>
span { border-color: #49FE91; }
span { border-color: rgb(73,254,145); }
td.TdClassName
{
border-color: #49FE91;
}
.TagClassName
{
border-color: #49FE91;
}
</style>