Shades of Fruit Salad #479D50
Tints of Fruit Salad #479D50
RGB
CMYK
RGB Variations
Color information
#479D50 (or 0x479D50) is known color: Fruit Salad. HEX triplet: 47, 9D and 50. RGB value is (71,157,80). Sum of RGB (Red+Green+Blue) = 71+157+80=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #479D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D50 is #B862AF. Grayscale: #7A7A7A. Windows color (decimal): -12083888 or 5283143. OLE color: 5283143.
HSL color Cylindrical-coordinate representation of color #479D50: hue angle of 126.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D50 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 80 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.38 |
| HSL | 126.28º | 0.38% | 0.45% | - |
| HSV(B) | 126.28º | 0.55% | 0.62% | - |
| XYZ | 16.1 | 26.03 | 11.77 | - |
| YUV | 122.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 80 | 0.55 | 0 | 0.49 | 0.38 | 126.28 | 0.38 | 0.45 |
| Hex | 47 | 9D | 50 | 37 | 0 | 31 | 26 | 7E | 26 | 2D |
| Octal | 107 | 235 | 120 | 67 | 0 | 61 | 46 | 176 | 46 | 55 |
| Binary | 1000111 | 10011101 | 1010000 | 110111 | 0 | 110001 | 100110 | 1111110 | 100110 | 101101 |
Color Harmonies of #479D50
Complementary color
Monochromatic Colors of #479D50
Black with #479D50
Text Example
Text Example
White with #479D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D50; }
p { color: rgb(71,157,80); }
H1.HeaderClassName
{
color: #479D50;
}
.AnyTagClassName
{
color: #479D50;
}
</style>
background-color css
<style>
a { background-color: #479D50; }
a { background-color: rgb(71,157,80); }
div.DivClassName
{
background-color: #479D50;
}
.BgClassName
{
background-color: #479D50;
}
</style>
border-color css
<style>
span { border-color: #479D50; }
span { border-color: rgb(71,157,80); }
td.TdClassName
{
border-color: #479D50;
}
.TagClassName
{
border-color: #479D50;
}
</style>