Shades of Fruit Salad #47BC56
Tints of Fruit Salad #47BC56
RGB
CMYK
RGB Variations
Color information
#47BC56 (or 0x47BC56) is known color: Fruit Salad. HEX triplet: 47, BC and 56. RGB value is (71,188,86). Sum of RGB (Red+Green+Blue) = 71+188+86=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BC56 is #B843A9. Grayscale: #8D8D8D. Windows color (decimal): -12075946 or 5684295. OLE color: 5684295.
HSL color Cylindrical-coordinate representation of color #47BC56: hue angle of 127.69º 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 #47BC56 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 86 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.26 |
| HSL | 127.69º | 0.47% | 0.51% | - |
| HSV(B) | 127.69º | 0.62% | 0.74% | - |
| XYZ | 22.26 | 37.98 | 14.96 | - |
| YUV | 141.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 86 | 0.62 | 0 | 0.54 | 0.26 | 127.69 | 0.47 | 0.51 |
| Hex | 47 | BC | 56 | 3E | 0 | 36 | 1A | 80 | 2F | 33 |
| Octal | 107 | 274 | 126 | 76 | 0 | 66 | 32 | 200 | 57 | 63 |
| Binary | 1000111 | 10111100 | 1010110 | 111110 | 0 | 110110 | 11010 | 10000000 | 101111 | 110011 |
Color Harmonies of #47BC56
Complementary color
Monochromatic Colors of #47BC56
Black with #47BC56
Text Example
Text Example
White with #47BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC56; }
p { color: rgb(71,188,86); }
H1.HeaderClassName
{
color: #47BC56;
}
.AnyTagClassName
{
color: #47BC56;
}
</style>
background-color css
<style>
a { background-color: #47BC56; }
a { background-color: rgb(71,188,86); }
div.DivClassName
{
background-color: #47BC56;
}
.BgClassName
{
background-color: #47BC56;
}
</style>
border-color css
<style>
span { border-color: #47BC56; }
span { border-color: rgb(71,188,86); }
td.TdClassName
{
border-color: #47BC56;
}
.TagClassName
{
border-color: #47BC56;
}
</style>