Shades of Shamrock #47DDAB
Tints of Shamrock #47DDAB
RGB
CMYK
RGB Variations
Color information
#47DDAB (or 0x47DDAB) is known color: Shamrock. HEX triplet: 47, DD and AB. RGB value is (71,221,171). Sum of RGB (Red+Green+Blue) = 71+221+171=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DDAB is #B82254. Grayscale: #AAAAAA. Windows color (decimal): -12067413 or 11263303. OLE color: 11263303.
HSL color Cylindrical-coordinate representation of color #47DDAB: hue angle of 160º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DDAB is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 171 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.13 |
| HSL | 160º | 0.69% | 0.57% | - |
| HSV(B) | 160º | 0.68% | 0.87% | - |
| XYZ | 35.81 | 55.99 | 47.45 | - |
| YUV | 170.45 | 128.31 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 171 | 0.68 | 0 | 0.23 | 0.13 | 160 | 0.69 | 0.57 |
| Hex | 47 | DD | AB | 44 | 0 | 17 | D | A0 | 45 | 39 |
| Octal | 107 | 335 | 253 | 104 | 0 | 27 | 15 | 240 | 105 | 71 |
| Binary | 1000111 | 11011101 | 10101011 | 1000100 | 0 | 10111 | 1101 | 10100000 | 1000101 | 111001 |
Color Harmonies of #47DDAB
Complementary color
Monochromatic Colors of #47DDAB
Black with #47DDAB
Text Example
Text Example
White with #47DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDAB; }
p { color: rgb(71,221,171); }
H1.HeaderClassName
{
color: #47DDAB;
}
.AnyTagClassName
{
color: #47DDAB;
}
</style>
background-color css
<style>
a { background-color: #47DDAB; }
a { background-color: rgb(71,221,171); }
div.DivClassName
{
background-color: #47DDAB;
}
.BgClassName
{
background-color: #47DDAB;
}
</style>
border-color css
<style>
span { border-color: #47DDAB; }
span { border-color: rgb(71,221,171); }
td.TdClassName
{
border-color: #47DDAB;
}
.TagClassName
{
border-color: #47DDAB;
}
</style>