Shades of Shamrock #49FB9F
Tints of Shamrock #49FB9F
RGB
CMYK
RGB Variations
Color information
#49FB9F (or 0x49FB9F) is known color: Shamrock. HEX triplet: 49, FB and 9F. RGB value is (73,251,159). Sum of RGB (Red+Green+Blue) = 73+251+159=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FB9F is #B60460. Grayscale: #BBBBBB. Windows color (decimal): -11928673 or 10484553. OLE color: 10484553.
HSL color Cylindrical-coordinate representation of color #49FB9F: hue angle of 148.99º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FB9F is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 159 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.02 |
| HSL | 148.99º | 0.96% | 0.64% | - |
| HSV(B) | 148.99º | 0.71% | 0.98% | - |
| XYZ | 43.5 | 72.91 | 44.58 | - |
| YUV | 187.29 | 112.03 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 159 | 0.71 | 0 | 0.37 | 0.02 | 148.99 | 0.96 | 0.64 |
| Hex | 49 | FB | 9F | 47 | 0 | 25 | 2 | 95 | 60 | 40 |
| Octal | 111 | 373 | 237 | 107 | 0 | 45 | 2 | 225 | 140 | 100 |
| Binary | 1001001 | 11111011 | 10011111 | 1000111 | 0 | 100101 | 10 | 10010101 | 1100000 | 1000000 |
Color Harmonies of #49FB9F
Complementary color
Monochromatic Colors of #49FB9F
Black with #49FB9F
Text Example
Text Example
White with #49FB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FB9F; }
p { color: rgb(73,251,159); }
H1.HeaderClassName
{
color: #49FB9F;
}
.AnyTagClassName
{
color: #49FB9F;
}
</style>
background-color css
<style>
a { background-color: #49FB9F; }
a { background-color: rgb(73,251,159); }
div.DivClassName
{
background-color: #49FB9F;
}
.BgClassName
{
background-color: #49FB9F;
}
</style>
border-color css
<style>
span { border-color: #49FB9F; }
span { border-color: rgb(73,251,159); }
td.TdClassName
{
border-color: #49FB9F;
}
.TagClassName
{
border-color: #49FB9F;
}
</style>