Shades of Shamrock #47BD8F
Tints of Shamrock #47BD8F
RGB
CMYK
RGB Variations
Color information
#47BD8F (or 0x47BD8F) is known color: Shamrock. HEX triplet: 47, BD and 8F. RGB value is (71,189,143). Sum of RGB (Red+Green+Blue) = 71+189+143=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BD8F is #B84270. Grayscale: #949494. Windows color (decimal): -12075633 or 9420103. OLE color: 9420103.
HSL color Cylindrical-coordinate representation of color #47BD8F: hue angle of 156.61º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD8F is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 143 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.26 |
| HSL | 156.61º | 0.47% | 0.51% | - |
| HSV(B) | 156.61º | 0.62% | 0.74% | - |
| XYZ | 25.75 | 39.72 | 32.3 | - |
| YUV | 148.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 143 | 0.62 | 0 | 0.24 | 0.26 | 156.61 | 0.47 | 0.51 |
| Hex | 47 | BD | 8F | 3E | 0 | 18 | 1A | 9D | 2F | 33 |
| Octal | 107 | 275 | 217 | 76 | 0 | 30 | 32 | 235 | 57 | 63 |
| Binary | 1000111 | 10111101 | 10001111 | 111110 | 0 | 11000 | 11010 | 10011101 | 101111 | 110011 |
Color Harmonies of #47BD8F
Complementary color
Monochromatic Colors of #47BD8F
Black with #47BD8F
Text Example
Text Example
White with #47BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD8F; }
p { color: rgb(71,189,143); }
H1.HeaderClassName
{
color: #47BD8F;
}
.AnyTagClassName
{
color: #47BD8F;
}
</style>
background-color css
<style>
a { background-color: #47BD8F; }
a { background-color: rgb(71,189,143); }
div.DivClassName
{
background-color: #47BD8F;
}
.BgClassName
{
background-color: #47BD8F;
}
</style>
border-color css
<style>
span { border-color: #47BD8F; }
span { border-color: rgb(71,189,143); }
td.TdClassName
{
border-color: #47BD8F;
}
.TagClassName
{
border-color: #47BD8F;
}
</style>