Shades of Shamrock #49F99E
Tints of Shamrock #49F99E
RGB
CMYK
RGB Variations
Color information
#49F99E (or 0x49F99E) is known color: Shamrock. HEX triplet: 49, F9 and 9E. RGB value is (73,249,158). Sum of RGB (Red+Green+Blue) = 73+249+158=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #49F99E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F99E is #B60661. Grayscale: #BABABA. Windows color (decimal): -11929186 or 10418505. OLE color: 10418505.
HSL color Cylindrical-coordinate representation of color #49F99E: hue angle of 148.98º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F99E is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 158 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.02 |
| HSL | 148.98º | 0.94% | 0.63% | - |
| HSV(B) | 148.98º | 0.71% | 0.98% | - |
| XYZ | 42.79 | 71.64 | 43.92 | - |
| YUV | 186 | 112.19 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 158 | 0.71 | 0 | 0.37 | 0.02 | 148.98 | 0.94 | 0.63 |
| Hex | 49 | F9 | 9E | 47 | 0 | 25 | 2 | 95 | 5E | 3F |
| Octal | 111 | 371 | 236 | 107 | 0 | 45 | 2 | 225 | 136 | 77 |
| Binary | 1001001 | 11111001 | 10011110 | 1000111 | 0 | 100101 | 10 | 10010101 | 1011110 | 111111 |
Color Harmonies of #49F99E
Complementary color
Monochromatic Colors of #49F99E
Black with #49F99E
Text Example
Text Example
White with #49F99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F99E; }
p { color: rgb(73,249,158); }
H1.HeaderClassName
{
color: #49F99E;
}
.AnyTagClassName
{
color: #49F99E;
}
</style>
background-color css
<style>
a { background-color: #49F99E; }
a { background-color: rgb(73,249,158); }
div.DivClassName
{
background-color: #49F99E;
}
.BgClassName
{
background-color: #49F99E;
}
</style>
border-color css
<style>
span { border-color: #49F99E; }
span { border-color: rgb(73,249,158); }
td.TdClassName
{
border-color: #49F99E;
}
.TagClassName
{
border-color: #49F99E;
}
</style>