Shades of Fruit Salad #47C74F
Tints of Fruit Salad #47C74F
RGB
CMYK
RGB Variations
Color information
#47C74F (or 0x47C74F) is known color: Fruit Salad. HEX triplet: 47, C7 and 4F. RGB value is (71,199,79). Sum of RGB (Red+Green+Blue) = 71+199+79=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #47C74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C74F is #B838B0. Grayscale: #939393. Windows color (decimal): -12073137 or 5228359. OLE color: 5228359.
HSL color Cylindrical-coordinate representation of color #47C74F: hue angle of 123.75º 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 #47C74F is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 199 | 79 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.22 |
| HSL | 123.75º | 0.53% | 0.53% | - |
| HSV(B) | 123.75º | 0.64% | 0.78% | - |
| XYZ | 24.43 | 42.75 | 14.36 | - |
| YUV | 147.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 79 | 0.64 | 0 | 0.60 | 0.22 | 123.75 | 0.53 | 0.53 |
| Hex | 47 | C7 | 4F | 40 | 0 | 3C | 16 | 7C | 35 | 35 |
| Octal | 107 | 307 | 117 | 100 | 0 | 74 | 26 | 174 | 65 | 65 |
| Binary | 1000111 | 11000111 | 1001111 | 1000000 | 0 | 111100 | 10110 | 1111100 | 110101 | 110101 |
Color Harmonies of #47C74F
Complementary color
Monochromatic Colors of #47C74F
Black with #47C74F
Text Example
Text Example
White with #47C74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C74F; }
p { color: rgb(71,199,79); }
H1.HeaderClassName
{
color: #47C74F;
}
.AnyTagClassName
{
color: #47C74F;
}
</style>
background-color css
<style>
a { background-color: #47C74F; }
a { background-color: rgb(71,199,79); }
div.DivClassName
{
background-color: #47C74F;
}
.BgClassName
{
background-color: #47C74F;
}
</style>
border-color css
<style>
span { border-color: #47C74F; }
span { border-color: rgb(71,199,79); }
td.TdClassName
{
border-color: #47C74F;
}
.TagClassName
{
border-color: #47C74F;
}
</style>