Shades of Shamrock #49FF93
Tints of Shamrock #49FF93
RGB
CMYK
RGB Variations
Color information
#49FF93 (or 0x49FF93) is known color: Shamrock. HEX triplet: 49, FF and 93. RGB value is (73,255,147). Sum of RGB (Red+Green+Blue) = 73+255+147=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF93 is #B6006C. Grayscale: #BCBCBC. Windows color (decimal): -11927661 or 9699145. OLE color: 9699145.
HSL color Cylindrical-coordinate representation of color #49FF93: hue angle of 144.4º 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 #49FF93 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 147 | - |
| CMYK | 0.71 | 0 | 0.42 | 0 |
| HSL | 144.4º | 1% | 0.64% | - |
| HSV(B) | 144.4º | 0.71% | 1% | - |
| XYZ | 43.77 | 75.04 | 39.78 | - |
| YUV | 188.27 | 104.7 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 147 | 0.71 | 0 | 0.42 | 0 | 144.4 | 1 | 0.64 |
| Hex | 49 | FF | 93 | 47 | 0 | 2A | 0 | 90 | 64 | 40 |
| Octal | 111 | 377 | 223 | 107 | 0 | 52 | 0 | 220 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10010011 | 1000111 | 0 | 101010 | 0 | 10010000 | 1100100 | 1000000 |
Color Harmonies of #49FF93
Complementary color
Monochromatic Colors of #49FF93
Black with #49FF93
Text Example
Text Example
White with #49FF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF93; }
p { color: rgb(73,255,147); }
H1.HeaderClassName
{
color: #49FF93;
}
.AnyTagClassName
{
color: #49FF93;
}
</style>
background-color css
<style>
a { background-color: #49FF93; }
a { background-color: rgb(73,255,147); }
div.DivClassName
{
background-color: #49FF93;
}
.BgClassName
{
background-color: #49FF93;
}
</style>
border-color css
<style>
span { border-color: #49FF93; }
span { border-color: rgb(73,255,147); }
td.TdClassName
{
border-color: #49FF93;
}
.TagClassName
{
border-color: #49FF93;
}
</style>