Shades of Shamrock #47DDA1
Tints of Shamrock #47DDA1
RGB
CMYK
RGB Variations
Color information
#47DDA1 (or 0x47DDA1) is known color: Shamrock. HEX triplet: 47, DD and A1. RGB value is (71,221,161). Sum of RGB (Red+Green+Blue) = 71+221+161=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DDA1 is #B8225E. Grayscale: #A9A9A9. Windows color (decimal): -12067423 or 10607943. OLE color: 10607943.
HSL color Cylindrical-coordinate representation of color #47DDA1: hue angle of 156º 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 #47DDA1 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 161 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.13 |
| HSL | 156º | 0.69% | 0.57% | - |
| HSV(B) | 156º | 0.68% | 0.87% | - |
| XYZ | 34.89 | 55.63 | 42.62 | - |
| YUV | 169.31 | 123.31 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 161 | 0.68 | 0 | 0.27 | 0.13 | 156 | 0.69 | 0.57 |
| Hex | 47 | DD | A1 | 44 | 0 | 1B | D | 9C | 45 | 39 |
| Octal | 107 | 335 | 241 | 104 | 0 | 33 | 15 | 234 | 105 | 71 |
| Binary | 1000111 | 11011101 | 10100001 | 1000100 | 0 | 11011 | 1101 | 10011100 | 1000101 | 111001 |
Color Harmonies of #47DDA1
Complementary color
Monochromatic Colors of #47DDA1
Black with #47DDA1
Text Example
Text Example
White with #47DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDA1; }
p { color: rgb(71,221,161); }
H1.HeaderClassName
{
color: #47DDA1;
}
.AnyTagClassName
{
color: #47DDA1;
}
</style>
background-color css
<style>
a { background-color: #47DDA1; }
a { background-color: rgb(71,221,161); }
div.DivClassName
{
background-color: #47DDA1;
}
.BgClassName
{
background-color: #47DDA1;
}
</style>
border-color css
<style>
span { border-color: #47DDA1; }
span { border-color: rgb(71,221,161); }
td.TdClassName
{
border-color: #47DDA1;
}
.TagClassName
{
border-color: #47DDA1;
}
</style>