Shades of Shamrock #47C99F
Tints of Shamrock #47C99F
RGB
CMYK
RGB Variations
Color information
#47C99F (or 0x47C99F) is known color: Shamrock. HEX triplet: 47, C9 and 9F. RGB value is (71,201,159). Sum of RGB (Red+Green+Blue) = 71+201+159=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #47C99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C99F is #B83660. Grayscale: #9D9D9D. Windows color (decimal): -12072545 or 10471751. OLE color: 10471751.
HSL color Cylindrical-coordinate representation of color #47C99F: hue angle of 160.62º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C99F is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 201 | 159 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.21 |
| HSL | 160.62º | 0.55% | 0.53% | - |
| HSV(B) | 160.62º | 0.65% | 0.79% | - |
| XYZ | 29.74 | 45.62 | 40.04 | - |
| YUV | 157.34 | 128.93 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 201 | 159 | 0.65 | 0 | 0.21 | 0.21 | 160.62 | 0.55 | 0.53 |
| Hex | 47 | C9 | 9F | 41 | 0 | 15 | 15 | A1 | 37 | 35 |
| Octal | 107 | 311 | 237 | 101 | 0 | 25 | 25 | 241 | 67 | 65 |
| Binary | 1000111 | 11001001 | 10011111 | 1000001 | 0 | 10101 | 10101 | 10100001 | 110111 | 110101 |
Color Harmonies of #47C99F
Complementary color
Monochromatic Colors of #47C99F
Black with #47C99F
Text Example
Text Example
White with #47C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C99F; }
p { color: rgb(71,201,159); }
H1.HeaderClassName
{
color: #47C99F;
}
.AnyTagClassName
{
color: #47C99F;
}
</style>
background-color css
<style>
a { background-color: #47C99F; }
a { background-color: rgb(71,201,159); }
div.DivClassName
{
background-color: #47C99F;
}
.BgClassName
{
background-color: #47C99F;
}
</style>
border-color css
<style>
span { border-color: #47C99F; }
span { border-color: rgb(71,201,159); }
td.TdClassName
{
border-color: #47C99F;
}
.TagClassName
{
border-color: #47C99F;
}
</style>