Shades of Shamrock #49CF9D
Tints of Shamrock #49CF9D
RGB
CMYK
RGB Variations
Color information
#49CF9D (or 0x49CF9D) is known color: Shamrock. HEX triplet: 49, CF and 9D. RGB value is (73,207,157). Sum of RGB (Red+Green+Blue) = 73+207+157=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF9D is #B63062. Grayscale: #A1A1A1. Windows color (decimal): -11939939 or 10342217. OLE color: 10342217.
HSL color Cylindrical-coordinate representation of color #49CF9D: hue angle of 157.61º 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 #49CF9D is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 157 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.19 |
| HSL | 157.61º | 0.58% | 0.55% | - |
| HSV(B) | 157.61º | 0.65% | 0.81% | - |
| XYZ | 31.15 | 48.48 | 39.61 | - |
| YUV | 161.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 157 | 0.65 | 0 | 0.24 | 0.19 | 157.61 | 0.58 | 0.55 |
| Hex | 49 | CF | 9D | 41 | 0 | 18 | 13 | 9E | 3A | 37 |
| Octal | 111 | 317 | 235 | 101 | 0 | 30 | 23 | 236 | 72 | 67 |
| Binary | 1001001 | 11001111 | 10011101 | 1000001 | 0 | 11000 | 10011 | 10011110 | 111010 | 110111 |
Color Harmonies of #49CF9D
Complementary color
Monochromatic Colors of #49CF9D
Black with #49CF9D
Text Example
Text Example
White with #49CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF9D; }
p { color: rgb(73,207,157); }
H1.HeaderClassName
{
color: #49CF9D;
}
.AnyTagClassName
{
color: #49CF9D;
}
</style>
background-color css
<style>
a { background-color: #49CF9D; }
a { background-color: rgb(73,207,157); }
div.DivClassName
{
background-color: #49CF9D;
}
.BgClassName
{
background-color: #49CF9D;
}
</style>
border-color css
<style>
span { border-color: #49CF9D; }
span { border-color: rgb(73,207,157); }
td.TdClassName
{
border-color: #49CF9D;
}
.TagClassName
{
border-color: #49CF9D;
}
</style>