Shades of Shamrock #47C296
Tints of Shamrock #47C296
RGB
CMYK
RGB Variations
Color information
#47C296 (or 0x47C296) is known color: Shamrock. HEX triplet: 47, C2 and 96. RGB value is (71,194,150). Sum of RGB (Red+Green+Blue) = 71+194+150=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #47C296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C296 is #B83D69. Grayscale: #989898. Windows color (decimal): -12074346 or 9880135. OLE color: 9880135.
HSL color Cylindrical-coordinate representation of color #47C296: hue angle of 158.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C296 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 150 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.24 |
| HSL | 158.54º | 0.5% | 0.52% | - |
| HSV(B) | 158.54º | 0.63% | 0.76% | - |
| XYZ | 27.4 | 42.13 | 35.54 | - |
| YUV | 152.21 | 126.75 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 150 | 0.63 | 0 | 0.23 | 0.24 | 158.54 | 0.5 | 0.52 |
| Hex | 47 | C2 | 96 | 3F | 0 | 17 | 18 | 9F | 32 | 34 |
| Octal | 107 | 302 | 226 | 77 | 0 | 27 | 30 | 237 | 62 | 64 |
| Binary | 1000111 | 11000010 | 10010110 | 111111 | 0 | 10111 | 11000 | 10011111 | 110010 | 110100 |
Color Harmonies of #47C296
Complementary color
Monochromatic Colors of #47C296
Black with #47C296
Text Example
Text Example
White with #47C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C296; }
p { color: rgb(71,194,150); }
H1.HeaderClassName
{
color: #47C296;
}
.AnyTagClassName
{
color: #47C296;
}
</style>
background-color css
<style>
a { background-color: #47C296; }
a { background-color: rgb(71,194,150); }
div.DivClassName
{
background-color: #47C296;
}
.BgClassName
{
background-color: #47C296;
}
</style>
border-color css
<style>
span { border-color: #47C296; }
span { border-color: rgb(71,194,150); }
td.TdClassName
{
border-color: #47C296;
}
.TagClassName
{
border-color: #47C296;
}
</style>