Shades of Shamrock #47C69B
Tints of Shamrock #47C69B
RGB
CMYK
RGB Variations
Color information
#47C69B (or 0x47C69B) is known color: Shamrock. HEX triplet: 47, C6 and 9B. RGB value is (71,198,155). Sum of RGB (Red+Green+Blue) = 71+198+155=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #47C69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C69B is #B83964. Grayscale: #9B9B9B. Windows color (decimal): -12073317 or 10208839. OLE color: 10208839.
HSL color Cylindrical-coordinate representation of color #47C69B: hue angle of 159.69º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C69B is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 198 | 155 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.22 |
| HSL | 159.69º | 0.53% | 0.53% | - |
| HSV(B) | 159.69º | 0.64% | 0.78% | - |
| XYZ | 28.71 | 44.09 | 38.01 | - |
| YUV | 155.13 | 127.92 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 198 | 155 | 0.64 | 0 | 0.22 | 0.22 | 159.69 | 0.53 | 0.53 |
| Hex | 47 | C6 | 9B | 40 | 0 | 16 | 16 | A0 | 35 | 35 |
| Octal | 107 | 306 | 233 | 100 | 0 | 26 | 26 | 240 | 65 | 65 |
| Binary | 1000111 | 11000110 | 10011011 | 1000000 | 0 | 10110 | 10110 | 10100000 | 110101 | 110101 |
Color Harmonies of #47C69B
Complementary color
Monochromatic Colors of #47C69B
Black with #47C69B
Text Example
Text Example
White with #47C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C69B; }
p { color: rgb(71,198,155); }
H1.HeaderClassName
{
color: #47C69B;
}
.AnyTagClassName
{
color: #47C69B;
}
</style>
background-color css
<style>
a { background-color: #47C69B; }
a { background-color: rgb(71,198,155); }
div.DivClassName
{
background-color: #47C69B;
}
.BgClassName
{
background-color: #47C69B;
}
</style>
border-color css
<style>
span { border-color: #47C69B; }
span { border-color: rgb(71,198,155); }
td.TdClassName
{
border-color: #47C69B;
}
.TagClassName
{
border-color: #47C69B;
}
</style>