Shades of Shamrock #47D995
Tints of Shamrock #47D995
RGB
CMYK
RGB Variations
Color information
#47D995 (or 0x47D995) is known color: Shamrock. HEX triplet: 47, D9 and 95. RGB value is (71,217,149). Sum of RGB (Red+Green+Blue) = 71+217+149=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #47D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D995 is #B8266A. Grayscale: #A5A5A5. Windows color (decimal): -12068459 or 9820487. OLE color: 9820487.
HSL color Cylindrical-coordinate representation of color #47D995: hue angle of 152.05º 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 #47D995 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 149 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.15 |
| HSL | 152.05º | 0.66% | 0.56% | - |
| HSV(B) | 152.05º | 0.67% | 0.85% | - |
| XYZ | 32.84 | 53.14 | 36.96 | - |
| YUV | 165.59 | 118.63 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 149 | 0.67 | 0 | 0.31 | 0.15 | 152.05 | 0.66 | 0.56 |
| Hex | 47 | D9 | 95 | 43 | 0 | 1F | F | 98 | 42 | 38 |
| Octal | 107 | 331 | 225 | 103 | 0 | 37 | 17 | 230 | 102 | 70 |
| Binary | 1000111 | 11011001 | 10010101 | 1000011 | 0 | 11111 | 1111 | 10011000 | 1000010 | 111000 |
Color Harmonies of #47D995
Complementary color
Monochromatic Colors of #47D995
Black with #47D995
Text Example
Text Example
White with #47D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D995; }
p { color: rgb(71,217,149); }
H1.HeaderClassName
{
color: #47D995;
}
.AnyTagClassName
{
color: #47D995;
}
</style>
background-color css
<style>
a { background-color: #47D995; }
a { background-color: rgb(71,217,149); }
div.DivClassName
{
background-color: #47D995;
}
.BgClassName
{
background-color: #47D995;
}
</style>
border-color css
<style>
span { border-color: #47D995; }
span { border-color: rgb(71,217,149); }
td.TdClassName
{
border-color: #47D995;
}
.TagClassName
{
border-color: #47D995;
}
</style>