Shades of Fruit Salad #47C756
Tints of Fruit Salad #47C756
RGB
CMYK
RGB Variations
Color information
#47C756 (or 0x47C756) is known color: Fruit Salad. HEX triplet: 47, C7 and 56. RGB value is (71,199,86). Sum of RGB (Red+Green+Blue) = 71+199+86=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #47C756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C756 is #B838A9. Grayscale: #949494. Windows color (decimal): -12073130 or 5687111. OLE color: 5687111.
HSL color Cylindrical-coordinate representation of color #47C756: hue angle of 127.03º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C756 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 199 | 86 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.22 |
| HSL | 127.03º | 0.53% | 0.53% | - |
| HSV(B) | 127.03º | 0.64% | 0.78% | - |
| XYZ | 24.7 | 42.86 | 15.77 | - |
| YUV | 147.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 86 | 0.64 | 0 | 0.57 | 0.22 | 127.03 | 0.53 | 0.53 |
| Hex | 47 | C7 | 56 | 40 | 0 | 39 | 16 | 7F | 35 | 35 |
| Octal | 107 | 307 | 126 | 100 | 0 | 71 | 26 | 177 | 65 | 65 |
| Binary | 1000111 | 11000111 | 1010110 | 1000000 | 0 | 111001 | 10110 | 1111111 | 110101 | 110101 |
Color Harmonies of #47C756
Complementary color
Monochromatic Colors of #47C756
Black with #47C756
Text Example
Text Example
White with #47C756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C756; }
p { color: rgb(71,199,86); }
H1.HeaderClassName
{
color: #47C756;
}
.AnyTagClassName
{
color: #47C756;
}
</style>
background-color css
<style>
a { background-color: #47C756; }
a { background-color: rgb(71,199,86); }
div.DivClassName
{
background-color: #47C756;
}
.BgClassName
{
background-color: #47C756;
}
</style>
border-color css
<style>
span { border-color: #47C756; }
span { border-color: rgb(71,199,86); }
td.TdClassName
{
border-color: #47C756;
}
.TagClassName
{
border-color: #47C756;
}
</style>