Shades of Shamrock #47CC8D
Tints of Shamrock #47CC8D
RGB
CMYK
RGB Variations
Color information
#47CC8D (or 0x47CC8D) is known color: Shamrock. HEX triplet: 47, CC and 8D. RGB value is (71,204,141). Sum of RGB (Red+Green+Blue) = 71+204+141=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #47CC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CC8D is #B83372. Grayscale: #9D9D9D. Windows color (decimal): -12071795 or 9292871. OLE color: 9292871.
HSL color Cylindrical-coordinate representation of color #47CC8D: hue angle of 151.58º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CC8D is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 141 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.2 |
| HSL | 151.58º | 0.57% | 0.54% | - |
| HSV(B) | 151.58º | 0.65% | 0.8% | - |
| XYZ | 29 | 46.45 | 32.64 | - |
| YUV | 157.05 | 118.94 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 141 | 0.65 | 0 | 0.31 | 0.2 | 151.58 | 0.57 | 0.54 |
| Hex | 47 | CC | 8D | 41 | 0 | 1F | 14 | 98 | 39 | 36 |
| Octal | 107 | 314 | 215 | 101 | 0 | 37 | 24 | 230 | 71 | 66 |
| Binary | 1000111 | 11001100 | 10001101 | 1000001 | 0 | 11111 | 10100 | 10011000 | 111001 | 110110 |
Color Harmonies of #47CC8D
Complementary color
Monochromatic Colors of #47CC8D
Black with #47CC8D
Text Example
Text Example
White with #47CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CC8D; }
p { color: rgb(71,204,141); }
H1.HeaderClassName
{
color: #47CC8D;
}
.AnyTagClassName
{
color: #47CC8D;
}
</style>
background-color css
<style>
a { background-color: #47CC8D; }
a { background-color: rgb(71,204,141); }
div.DivClassName
{
background-color: #47CC8D;
}
.BgClassName
{
background-color: #47CC8D;
}
</style>
border-color css
<style>
span { border-color: #47CC8D; }
span { border-color: rgb(71,204,141); }
td.TdClassName
{
border-color: #47CC8D;
}
.TagClassName
{
border-color: #47CC8D;
}
</style>