Shades of Shamrock #49FF9B
Tints of Shamrock #49FF9B
RGB
CMYK
RGB Variations
Color information
#49FF9B (or 0x49FF9B) is known color: Shamrock. HEX triplet: 49, FF and 9B. RGB value is (73,255,155). Sum of RGB (Red+Green+Blue) = 73+255+155=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF9B is #B60064. Grayscale: #BDBDBD. Windows color (decimal): -11927653 or 10223433. OLE color: 10223433.
HSL color Cylindrical-coordinate representation of color #49FF9B: hue angle of 147.03º 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 #49FF9B is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 155 | - |
| CMYK | 0.71 | 0 | 0.39 | 0 |
| HSL | 147.03º | 1% | 0.64% | - |
| HSV(B) | 147.03º | 0.71% | 1% | - |
| XYZ | 44.42 | 75.3 | 43.2 | - |
| YUV | 189.18 | 108.7 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 155 | 0.71 | 0 | 0.39 | 0 | 147.03 | 1 | 0.64 |
| Hex | 49 | FF | 9B | 47 | 0 | 27 | 0 | 93 | 64 | 40 |
| Octal | 111 | 377 | 233 | 107 | 0 | 47 | 0 | 223 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10011011 | 1000111 | 0 | 100111 | 0 | 10010011 | 1100100 | 1000000 |
Color Harmonies of #49FF9B
Complementary color
Monochromatic Colors of #49FF9B
Black with #49FF9B
Text Example
Text Example
White with #49FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF9B; }
p { color: rgb(73,255,155); }
H1.HeaderClassName
{
color: #49FF9B;
}
.AnyTagClassName
{
color: #49FF9B;
}
</style>
background-color css
<style>
a { background-color: #49FF9B; }
a { background-color: rgb(73,255,155); }
div.DivClassName
{
background-color: #49FF9B;
}
.BgClassName
{
background-color: #49FF9B;
}
</style>
border-color css
<style>
span { border-color: #49FF9B; }
span { border-color: rgb(73,255,155); }
td.TdClassName
{
border-color: #49FF9B;
}
.TagClassName
{
border-color: #49FF9B;
}
</style>