Shades of Shamrock #49FDA4
Tints of Shamrock #49FDA4
RGB
CMYK
RGB Variations
Color information
#49FDA4 (or 0x49FDA4) is known color: Shamrock. HEX triplet: 49, FD and A4. RGB value is (73,253,164). Sum of RGB (Red+Green+Blue) = 73+253+164=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FDA4 is #B6025B. Grayscale: #BDBDBD. Windows color (decimal): -11928156 or 10812745. OLE color: 10812745.
HSL color Cylindrical-coordinate representation of color #49FDA4: hue angle of 150.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FDA4 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 164 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.01 |
| HSL | 150.33º | 0.98% | 0.64% | - |
| HSV(B) | 150.33º | 0.71% | 0.99% | - |
| XYZ | 44.57 | 74.35 | 47.12 | - |
| YUV | 189.03 | 113.87 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 164 | 0.71 | 0 | 0.35 | 0.01 | 150.33 | 0.98 | 0.64 |
| Hex | 49 | FD | A4 | 47 | 0 | 23 | 1 | 96 | 62 | 40 |
| Octal | 111 | 375 | 244 | 107 | 0 | 43 | 1 | 226 | 142 | 100 |
| Binary | 1001001 | 11111101 | 10100100 | 1000111 | 0 | 100011 | 1 | 10010110 | 1100010 | 1000000 |
Color Harmonies of #49FDA4
Complementary color
Monochromatic Colors of #49FDA4
Black with #49FDA4
Text Example
Text Example
White with #49FDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDA4; }
p { color: rgb(73,253,164); }
H1.HeaderClassName
{
color: #49FDA4;
}
.AnyTagClassName
{
color: #49FDA4;
}
</style>
background-color css
<style>
a { background-color: #49FDA4; }
a { background-color: rgb(73,253,164); }
div.DivClassName
{
background-color: #49FDA4;
}
.BgClassName
{
background-color: #49FDA4;
}
</style>
border-color css
<style>
span { border-color: #49FDA4; }
span { border-color: rgb(73,253,164); }
td.TdClassName
{
border-color: #49FDA4;
}
.TagClassName
{
border-color: #49FDA4;
}
</style>