Shades of Shamrock #47BB8C
Tints of Shamrock #47BB8C
RGB
CMYK
RGB Variations
Color information
#47BB8C (or 0x47BB8C) is known color: Shamrock. HEX triplet: 47, BB and 8C. RGB value is (71,187,140). Sum of RGB (Red+Green+Blue) = 71+187+140=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #47BB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BB8C is #B84473. Grayscale: #939393. Windows color (decimal): -12076148 or 9222983. OLE color: 9222983.
HSL color Cylindrical-coordinate representation of color #47BB8C: hue angle of 155.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BB8C is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 140 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.27 |
| HSL | 155.69º | 0.46% | 0.51% | - |
| HSV(B) | 155.69º | 0.62% | 0.73% | - |
| XYZ | 25.1 | 38.77 | 30.97 | - |
| YUV | 146.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 140 | 0.62 | 0 | 0.25 | 0.27 | 155.69 | 0.46 | 0.51 |
| Hex | 47 | BB | 8C | 3E | 0 | 19 | 1B | 9C | 2E | 33 |
| Octal | 107 | 273 | 214 | 76 | 0 | 31 | 33 | 234 | 56 | 63 |
| Binary | 1000111 | 10111011 | 10001100 | 111110 | 0 | 11001 | 11011 | 10011100 | 101110 | 110011 |
Color Harmonies of #47BB8C
Complementary color
Monochromatic Colors of #47BB8C
Black with #47BB8C
Text Example
Text Example
White with #47BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BB8C; }
p { color: rgb(71,187,140); }
H1.HeaderClassName
{
color: #47BB8C;
}
.AnyTagClassName
{
color: #47BB8C;
}
</style>
background-color css
<style>
a { background-color: #47BB8C; }
a { background-color: rgb(71,187,140); }
div.DivClassName
{
background-color: #47BB8C;
}
.BgClassName
{
background-color: #47BB8C;
}
</style>
border-color css
<style>
span { border-color: #47BB8C; }
span { border-color: rgb(71,187,140); }
td.TdClassName
{
border-color: #47BB8C;
}
.TagClassName
{
border-color: #47BB8C;
}
</style>