Shades of Shamrock #49CF9B
Tints of Shamrock #49CF9B
RGB
CMYK
RGB Variations
Color information
#49CF9B (or 0x49CF9B) is known color: Shamrock. HEX triplet: 49, CF and 9B. RGB value is (73,207,155). Sum of RGB (Red+Green+Blue) = 73+207+155=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF9B is #B63064. Grayscale: #A1A1A1. Windows color (decimal): -11939941 or 10211145. OLE color: 10211145.
HSL color Cylindrical-coordinate representation of color #49CF9B: hue angle of 156.72º 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 #49CF9B is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 155 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.19 |
| HSL | 156.72º | 0.58% | 0.55% | - |
| HSV(B) | 156.72º | 0.65% | 0.81% | - |
| XYZ | 30.98 | 48.41 | 38.72 | - |
| YUV | 161.01 | 124.61 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 155 | 0.65 | 0 | 0.25 | 0.19 | 156.72 | 0.58 | 0.55 |
| Hex | 49 | CF | 9B | 41 | 0 | 19 | 13 | 9D | 3A | 37 |
| Octal | 111 | 317 | 233 | 101 | 0 | 31 | 23 | 235 | 72 | 67 |
| Binary | 1001001 | 11001111 | 10011011 | 1000001 | 0 | 11001 | 10011 | 10011101 | 111010 | 110111 |
Color Harmonies of #49CF9B
Complementary color
Monochromatic Colors of #49CF9B
Black with #49CF9B
Text Example
Text Example
White with #49CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF9B; }
p { color: rgb(73,207,155); }
H1.HeaderClassName
{
color: #49CF9B;
}
.AnyTagClassName
{
color: #49CF9B;
}
</style>
background-color css
<style>
a { background-color: #49CF9B; }
a { background-color: rgb(73,207,155); }
div.DivClassName
{
background-color: #49CF9B;
}
.BgClassName
{
background-color: #49CF9B;
}
</style>
border-color css
<style>
span { border-color: #49CF9B; }
span { border-color: rgb(73,207,155); }
td.TdClassName
{
border-color: #49CF9B;
}
.TagClassName
{
border-color: #49CF9B;
}
</style>