Shades of Shamrock #49FF94
Tints of Shamrock #49FF94
RGB
CMYK
RGB Variations
Color information
#49FF94 (or 0x49FF94) is known color: Shamrock. HEX triplet: 49, FF and 94. RGB value is (73,255,148). Sum of RGB (Red+Green+Blue) = 73+255+148=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF94 is #B6006B. Grayscale: #BCBCBC. Windows color (decimal): -11927660 or 9764681. OLE color: 9764681.
HSL color Cylindrical-coordinate representation of color #49FF94: hue angle of 144.73º 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 #49FF94 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 148 | - |
| CMYK | 0.71 | 0 | 0.42 | 0 |
| HSL | 144.73º | 1% | 0.64% | - |
| HSV(B) | 144.73º | 0.71% | 1% | - |
| XYZ | 43.85 | 75.07 | 40.2 | - |
| YUV | 188.38 | 105.2 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 148 | 0.71 | 0 | 0.42 | 0 | 144.73 | 1 | 0.64 |
| Hex | 49 | FF | 94 | 47 | 0 | 2A | 0 | 91 | 64 | 40 |
| Octal | 111 | 377 | 224 | 107 | 0 | 52 | 0 | 221 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10010100 | 1000111 | 0 | 101010 | 0 | 10010001 | 1100100 | 1000000 |
Color Harmonies of #49FF94
Complementary color
Monochromatic Colors of #49FF94
Black with #49FF94
Text Example
Text Example
White with #49FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF94; }
p { color: rgb(73,255,148); }
H1.HeaderClassName
{
color: #49FF94;
}
.AnyTagClassName
{
color: #49FF94;
}
</style>
background-color css
<style>
a { background-color: #49FF94; }
a { background-color: rgb(73,255,148); }
div.DivClassName
{
background-color: #49FF94;
}
.BgClassName
{
background-color: #49FF94;
}
</style>
border-color css
<style>
span { border-color: #49FF94; }
span { border-color: rgb(73,255,148); }
td.TdClassName
{
border-color: #49FF94;
}
.TagClassName
{
border-color: #49FF94;
}
</style>