Shades of Shamrock #47ECA0
Tints of Shamrock #47ECA0
RGB
CMYK
RGB Variations
Color information
#47ECA0 (or 0x47ECA0) is known color: Shamrock. HEX triplet: 47, EC and A0. RGB value is (71,236,160). Sum of RGB (Red+Green+Blue) = 71+236+160=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47ECA0 is #B8135F. Grayscale: #B2B2B2. Windows color (decimal): -12063584 or 10546247. OLE color: 10546247.
HSL color Cylindrical-coordinate representation of color #47ECA0: hue angle of 152.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ECA0 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 160 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.07 |
| HSL | 152.36º | 0.81% | 0.6% | - |
| HSV(B) | 152.36º | 0.7% | 0.93% | - |
| XYZ | 38.94 | 63.87 | 43.53 | - |
| YUV | 178 | 117.84 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 160 | 0.70 | 0 | 0.32 | 0.07 | 152.36 | 0.81 | 0.6 |
| Hex | 47 | EC | A0 | 46 | 0 | 20 | 7 | 98 | 51 | 3C |
| Octal | 107 | 354 | 240 | 106 | 0 | 40 | 7 | 230 | 121 | 74 |
| Binary | 1000111 | 11101100 | 10100000 | 1000110 | 0 | 100000 | 111 | 10011000 | 1010001 | 111100 |
Color Harmonies of #47ECA0
Complementary color
Monochromatic Colors of #47ECA0
Black with #47ECA0
Text Example
Text Example
White with #47ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECA0; }
p { color: rgb(71,236,160); }
H1.HeaderClassName
{
color: #47ECA0;
}
.AnyTagClassName
{
color: #47ECA0;
}
</style>
background-color css
<style>
a { background-color: #47ECA0; }
a { background-color: rgb(71,236,160); }
div.DivClassName
{
background-color: #47ECA0;
}
.BgClassName
{
background-color: #47ECA0;
}
</style>
border-color css
<style>
span { border-color: #47ECA0; }
span { border-color: rgb(71,236,160); }
td.TdClassName
{
border-color: #47ECA0;
}
.TagClassName
{
border-color: #47ECA0;
}
</style>