Shades of Shamrock #49CE98
Tints of Shamrock #49CE98
RGB
CMYK
RGB Variations
Color information
#49CE98 (or 0x49CE98) is known color: Shamrock. HEX triplet: 49, CE and 98. RGB value is (73,206,152). Sum of RGB (Red+Green+Blue) = 73+206+152=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE98 is #B63167. Grayscale: #A0A0A0. Windows color (decimal): -11940200 or 10014281. OLE color: 10014281.
HSL color Cylindrical-coordinate representation of color #49CE98: hue angle of 155.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE98 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 152 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.19 |
| HSL | 155.64º | 0.58% | 0.55% | - |
| HSV(B) | 155.64º | 0.65% | 0.81% | - |
| XYZ | 30.49 | 47.83 | 37.33 | - |
| YUV | 160.08 | 123.44 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 152 | 0.65 | 0 | 0.26 | 0.19 | 155.64 | 0.58 | 0.55 |
| Hex | 49 | CE | 98 | 41 | 0 | 1A | 13 | 9C | 3A | 37 |
| Octal | 111 | 316 | 230 | 101 | 0 | 32 | 23 | 234 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10011000 | 1000001 | 0 | 11010 | 10011 | 10011100 | 111010 | 110111 |
Color Harmonies of #49CE98
Complementary color
Monochromatic Colors of #49CE98
Black with #49CE98
Text Example
Text Example
White with #49CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE98; }
p { color: rgb(73,206,152); }
H1.HeaderClassName
{
color: #49CE98;
}
.AnyTagClassName
{
color: #49CE98;
}
</style>
background-color css
<style>
a { background-color: #49CE98; }
a { background-color: rgb(73,206,152); }
div.DivClassName
{
background-color: #49CE98;
}
.BgClassName
{
background-color: #49CE98;
}
</style>
border-color css
<style>
span { border-color: #49CE98; }
span { border-color: rgb(73,206,152); }
td.TdClassName
{
border-color: #49CE98;
}
.TagClassName
{
border-color: #49CE98;
}
</style>