Shades of Shamrock #49DA99
Tints of Shamrock #49DA99
RGB
CMYK
RGB Variations
Color information
#49DA99 (or 0x49DA99) is known color: Shamrock. HEX triplet: 49, DA and 99. RGB value is (73,218,153). Sum of RGB (Red+Green+Blue) = 73+218+153=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DA99 is #B62566. Grayscale: #A7A7A7. Windows color (decimal): -11937127 or 10082889. OLE color: 10082889.
HSL color Cylindrical-coordinate representation of color #49DA99: hue angle of 153.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA99 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 153 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.15 |
| HSL | 153.1º | 0.66% | 0.57% | - |
| HSV(B) | 153.1º | 0.67% | 0.85% | - |
| XYZ | 33.57 | 53.86 | 38.76 | - |
| YUV | 167.24 | 119.96 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 153 | 0.67 | 0 | 0.30 | 0.15 | 153.1 | 0.66 | 0.57 |
| Hex | 49 | DA | 99 | 43 | 0 | 1E | F | 99 | 42 | 39 |
| Octal | 111 | 332 | 231 | 103 | 0 | 36 | 17 | 231 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10011001 | 1000011 | 0 | 11110 | 1111 | 10011001 | 1000010 | 111001 |
Color Harmonies of #49DA99
Complementary color
Monochromatic Colors of #49DA99
Black with #49DA99
Text Example
Text Example
White with #49DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA99; }
p { color: rgb(73,218,153); }
H1.HeaderClassName
{
color: #49DA99;
}
.AnyTagClassName
{
color: #49DA99;
}
</style>
background-color css
<style>
a { background-color: #49DA99; }
a { background-color: rgb(73,218,153); }
div.DivClassName
{
background-color: #49DA99;
}
.BgClassName
{
background-color: #49DA99;
}
</style>
border-color css
<style>
span { border-color: #49DA99; }
span { border-color: rgb(73,218,153); }
td.TdClassName
{
border-color: #49DA99;
}
.TagClassName
{
border-color: #49DA99;
}
</style>