Shades of Fruit Salad #47C751
Tints of Fruit Salad #47C751
RGB
CMYK
RGB Variations
Color information
#47C751 (or 0x47C751) is known color: Fruit Salad. HEX triplet: 47, C7 and 51. RGB value is (71,199,81). Sum of RGB (Red+Green+Blue) = 71+199+81=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 199 (78.12% from 255 or 56.70% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 199 - color contains mainly: green. Hex color #47C751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C751 is #B838AE. Grayscale: #939393. Windows color (decimal): -12073135 or 5359431. OLE color: 5359431.
HSL color Cylindrical-coordinate representation of color #47C751: hue angle of 124.69º 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 #47C751 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 199 | 81 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.22 |
| HSL | 124.69º | 0.53% | 0.53% | - |
| HSV(B) | 124.69º | 0.64% | 0.78% | - |
| XYZ | 24.51 | 42.78 | 14.75 | - |
| YUV | 147.28 | 90.59 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 81 | 0.64 | 0 | 0.59 | 0.22 | 124.69 | 0.53 | 0.53 |
| Hex | 47 | C7 | 51 | 40 | 0 | 3B | 16 | 7D | 35 | 35 |
| Octal | 107 | 307 | 121 | 100 | 0 | 73 | 26 | 175 | 65 | 65 |
| Binary | 1000111 | 11000111 | 1010001 | 1000000 | 0 | 111011 | 10110 | 1111101 | 110101 | 110101 |
Color Harmonies of #47C751
Complementary color
Monochromatic Colors of #47C751
Black with #47C751
Text Example
Text Example
White with #47C751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C751; }
p { color: rgb(71,199,81); }
H1.HeaderClassName
{
color: #47C751;
}
.AnyTagClassName
{
color: #47C751;
}
</style>
background-color css
<style>
a { background-color: #47C751; }
a { background-color: rgb(71,199,81); }
div.DivClassName
{
background-color: #47C751;
}
.BgClassName
{
background-color: #47C751;
}
</style>
border-color css
<style>
span { border-color: #47C751; }
span { border-color: rgb(71,199,81); }
td.TdClassName
{
border-color: #47C751;
}
.TagClassName
{
border-color: #47C751;
}
</style>