Shades of Shamrock #47BC8B
Tints of Shamrock #47BC8B
RGB
CMYK
RGB Variations
Color information
#47BC8B (or 0x47BC8B) is known color: Shamrock. HEX triplet: 47, BC and 8B. RGB value is (71,188,139). Sum of RGB (Red+Green+Blue) = 71+188+139=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BC8B is #B84374. Grayscale: #939393. Windows color (decimal): -12075893 or 9157703. OLE color: 9157703.
HSL color Cylindrical-coordinate representation of color #47BC8B: hue angle of 154.87º 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 #47BC8B is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 139 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.26 |
| HSL | 154.87º | 0.47% | 0.51% | - |
| HSV(B) | 154.87º | 0.62% | 0.74% | - |
| XYZ | 25.24 | 39.17 | 30.66 | - |
| YUV | 147.43 | 123.24 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 139 | 0.62 | 0 | 0.26 | 0.26 | 154.87 | 0.47 | 0.51 |
| Hex | 47 | BC | 8B | 3E | 0 | 1A | 1A | 9B | 2F | 33 |
| Octal | 107 | 274 | 213 | 76 | 0 | 32 | 32 | 233 | 57 | 63 |
| Binary | 1000111 | 10111100 | 10001011 | 111110 | 0 | 11010 | 11010 | 10011011 | 101111 | 110011 |
Color Harmonies of #47BC8B
Complementary color
Monochromatic Colors of #47BC8B
Black with #47BC8B
Text Example
Text Example
White with #47BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC8B; }
p { color: rgb(71,188,139); }
H1.HeaderClassName
{
color: #47BC8B;
}
.AnyTagClassName
{
color: #47BC8B;
}
</style>
background-color css
<style>
a { background-color: #47BC8B; }
a { background-color: rgb(71,188,139); }
div.DivClassName
{
background-color: #47BC8B;
}
.BgClassName
{
background-color: #47BC8B;
}
</style>
border-color css
<style>
span { border-color: #47BC8B; }
span { border-color: rgb(71,188,139); }
td.TdClassName
{
border-color: #47BC8B;
}
.TagClassName
{
border-color: #47BC8B;
}
</style>