Shades of Shamrock #49FE94
Tints of Shamrock #49FE94
RGB
CMYK
RGB Variations
Color information
#49FE94 (or 0x49FE94) is known color: Shamrock. HEX triplet: 49, FE and 94. RGB value is (73,254,148). Sum of RGB (Red+Green+Blue) = 73+254+148=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FE94 is #B6016B. Grayscale: #BCBCBC. Windows color (decimal): -11927916 or 9764425. OLE color: 9764425.
HSL color Cylindrical-coordinate representation of color #49FE94: hue angle of 144.86º 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 #49FE94 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 148 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.00 |
| HSL | 144.86º | 0.99% | 0.64% | - |
| HSV(B) | 144.86º | 0.71% | 1% | - |
| XYZ | 43.53 | 74.44 | 40.09 | - |
| YUV | 187.8 | 105.53 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 148 | 0.71 | 0 | 0.42 | 0.00 | 144.86 | 0.99 | 0.64 |
| Hex | 49 | FE | 94 | 47 | 0 | 2A | 0 | 91 | 63 | 40 |
| Octal | 111 | 376 | 224 | 107 | 0 | 52 | 0 | 221 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10010100 | 1000111 | 0 | 101010 | 0 | 10010001 | 1100011 | 1000000 |
Color Harmonies of #49FE94
Complementary color
Monochromatic Colors of #49FE94
Black with #49FE94
Text Example
Text Example
White with #49FE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE94; }
p { color: rgb(73,254,148); }
H1.HeaderClassName
{
color: #49FE94;
}
.AnyTagClassName
{
color: #49FE94;
}
</style>
background-color css
<style>
a { background-color: #49FE94; }
a { background-color: rgb(73,254,148); }
div.DivClassName
{
background-color: #49FE94;
}
.BgClassName
{
background-color: #49FE94;
}
</style>
border-color css
<style>
span { border-color: #49FE94; }
span { border-color: rgb(73,254,148); }
td.TdClassName
{
border-color: #49FE94;
}
.TagClassName
{
border-color: #49FE94;
}
</style>