Shades of Fruit Salad #47BC54
Tints of Fruit Salad #47BC54
RGB
CMYK
RGB Variations
Color information
#47BC54 (or 0x47BC54) is known color: Fruit Salad. HEX triplet: 47, BC and 54. RGB value is (71,188,84). Sum of RGB (Red+Green+Blue) = 71+188+84=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BC54 is #B843AB. Grayscale: #8D8D8D. Windows color (decimal): -12075948 or 5553223. OLE color: 5553223.
HSL color Cylindrical-coordinate representation of color #47BC54: hue angle of 126.67º 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 #47BC54 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 84 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.26 |
| HSL | 126.67º | 0.47% | 0.51% | - |
| HSV(B) | 126.67º | 0.62% | 0.74% | - |
| XYZ | 22.18 | 37.95 | 14.54 | - |
| YUV | 141.16 | 95.74 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 84 | 0.62 | 0 | 0.55 | 0.26 | 126.67 | 0.47 | 0.51 |
| Hex | 47 | BC | 54 | 3E | 0 | 37 | 1A | 7F | 2F | 33 |
| Octal | 107 | 274 | 124 | 76 | 0 | 67 | 32 | 177 | 57 | 63 |
| Binary | 1000111 | 10111100 | 1010100 | 111110 | 0 | 110111 | 11010 | 1111111 | 101111 | 110011 |
Color Harmonies of #47BC54
Complementary color
Monochromatic Colors of #47BC54
Black with #47BC54
Text Example
Text Example
White with #47BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC54; }
p { color: rgb(71,188,84); }
H1.HeaderClassName
{
color: #47BC54;
}
.AnyTagClassName
{
color: #47BC54;
}
</style>
background-color css
<style>
a { background-color: #47BC54; }
a { background-color: rgb(71,188,84); }
div.DivClassName
{
background-color: #47BC54;
}
.BgClassName
{
background-color: #47BC54;
}
</style>
border-color css
<style>
span { border-color: #47BC54; }
span { border-color: rgb(71,188,84); }
td.TdClassName
{
border-color: #47BC54;
}
.TagClassName
{
border-color: #47BC54;
}
</style>