Shades of Shamrock #47D996
Tints of Shamrock #47D996
RGB
CMYK
RGB Variations
Color information
#47D996 (or 0x47D996) is known color: Shamrock. HEX triplet: 47, D9 and 96. RGB value is (71,217,150). Sum of RGB (Red+Green+Blue) = 71+217+150=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #47D996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D996 is #B82669. Grayscale: #A5A5A5. Windows color (decimal): -12068458 or 9886023. OLE color: 9886023.
HSL color Cylindrical-coordinate representation of color #47D996: hue angle of 152.47º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D996 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 150 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.15 |
| HSL | 152.47º | 0.66% | 0.56% | - |
| HSV(B) | 152.47º | 0.67% | 0.85% | - |
| XYZ | 32.92 | 53.17 | 37.38 | - |
| YUV | 165.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 150 | 0.67 | 0 | 0.31 | 0.15 | 152.47 | 0.66 | 0.56 |
| Hex | 47 | D9 | 96 | 43 | 0 | 1F | F | 98 | 42 | 38 |
| Octal | 107 | 331 | 226 | 103 | 0 | 37 | 17 | 230 | 102 | 70 |
| Binary | 1000111 | 11011001 | 10010110 | 1000011 | 0 | 11111 | 1111 | 10011000 | 1000010 | 111000 |
Color Harmonies of #47D996
Complementary color
Monochromatic Colors of #47D996
Black with #47D996
Text Example
Text Example
White with #47D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D996; }
p { color: rgb(71,217,150); }
H1.HeaderClassName
{
color: #47D996;
}
.AnyTagClassName
{
color: #47D996;
}
</style>
background-color css
<style>
a { background-color: #47D996; }
a { background-color: rgb(71,217,150); }
div.DivClassName
{
background-color: #47D996;
}
.BgClassName
{
background-color: #47D996;
}
</style>
border-color css
<style>
span { border-color: #47D996; }
span { border-color: rgb(71,217,150); }
td.TdClassName
{
border-color: #47D996;
}
.TagClassName
{
border-color: #47D996;
}
</style>