Shades of Shamrock #47DB9C
Tints of Shamrock #47DB9C
RGB
CMYK
RGB Variations
Color information
#47DB9C (or 0x47DB9C) is known color: Shamrock. HEX triplet: 47, DB and 9C. RGB value is (71,219,156). Sum of RGB (Red+Green+Blue) = 71+219+156=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DB9C is #B82463. Grayscale: #A7A7A7. Windows color (decimal): -12067940 or 10279751. OLE color: 10279751.
HSL color Cylindrical-coordinate representation of color #47DB9C: hue angle of 154.46º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DB9C is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 156 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.14 |
| HSL | 154.46º | 0.67% | 0.57% | - |
| HSV(B) | 154.46º | 0.68% | 0.86% | - |
| XYZ | 33.93 | 54.4 | 40.16 | - |
| YUV | 167.57 | 121.47 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 156 | 0.68 | 0 | 0.29 | 0.14 | 154.46 | 0.67 | 0.57 |
| Hex | 47 | DB | 9C | 44 | 0 | 1D | E | 9A | 43 | 39 |
| Octal | 107 | 333 | 234 | 104 | 0 | 35 | 16 | 232 | 103 | 71 |
| Binary | 1000111 | 11011011 | 10011100 | 1000100 | 0 | 11101 | 1110 | 10011010 | 1000011 | 111001 |
Color Harmonies of #47DB9C
Complementary color
Monochromatic Colors of #47DB9C
Black with #47DB9C
Text Example
Text Example
White with #47DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DB9C; }
p { color: rgb(71,219,156); }
H1.HeaderClassName
{
color: #47DB9C;
}
.AnyTagClassName
{
color: #47DB9C;
}
</style>
background-color css
<style>
a { background-color: #47DB9C; }
a { background-color: rgb(71,219,156); }
div.DivClassName
{
background-color: #47DB9C;
}
.BgClassName
{
background-color: #47DB9C;
}
</style>
border-color css
<style>
span { border-color: #47DB9C; }
span { border-color: rgb(71,219,156); }
td.TdClassName
{
border-color: #47DB9C;
}
.TagClassName
{
border-color: #47DB9C;
}
</style>