Shades of Shamrock #47D5A0
Tints of Shamrock #47D5A0
RGB
CMYK
RGB Variations
Color information
#47D5A0 (or 0x47D5A0) is known color: Shamrock. HEX triplet: 47, D5 and A0. RGB value is (71,213,160). Sum of RGB (Red+Green+Blue) = 71+213+160=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #47D5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D5A0 is #B82A5F. Grayscale: #A4A4A4. Windows color (decimal): -12069472 or 10540359. OLE color: 10540359.
HSL color Cylindrical-coordinate representation of color #47D5A0: hue angle of 157.61º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D5A0 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 213 | 160 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.16 |
| HSL | 157.61º | 0.63% | 0.56% | - |
| HSV(B) | 157.61º | 0.67% | 0.84% | - |
| XYZ | 32.74 | 51.47 | 41.47 | - |
| YUV | 164.5 | 125.46 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 213 | 160 | 0.67 | 0 | 0.25 | 0.16 | 157.61 | 0.63 | 0.56 |
| Hex | 47 | D5 | A0 | 43 | 0 | 19 | 10 | 9E | 3F | 38 |
| Octal | 107 | 325 | 240 | 103 | 0 | 31 | 20 | 236 | 77 | 70 |
| Binary | 1000111 | 11010101 | 10100000 | 1000011 | 0 | 11001 | 10000 | 10011110 | 111111 | 111000 |
Color Harmonies of #47D5A0
Complementary color
Monochromatic Colors of #47D5A0
Black with #47D5A0
Text Example
Text Example
White with #47D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D5A0; }
p { color: rgb(71,213,160); }
H1.HeaderClassName
{
color: #47D5A0;
}
.AnyTagClassName
{
color: #47D5A0;
}
</style>
background-color css
<style>
a { background-color: #47D5A0; }
a { background-color: rgb(71,213,160); }
div.DivClassName
{
background-color: #47D5A0;
}
.BgClassName
{
background-color: #47D5A0;
}
</style>
border-color css
<style>
span { border-color: #47D5A0; }
span { border-color: rgb(71,213,160); }
td.TdClassName
{
border-color: #47D5A0;
}
.TagClassName
{
border-color: #47D5A0;
}
</style>