Shades of Fruit Salad #479D4E
Tints of Fruit Salad #479D4E
RGB
CMYK
RGB Variations
Color information
#479D4E (or 0x479D4E) is known color: Fruit Salad. HEX triplet: 47, 9D and 4E. RGB value is (71,157,78). Sum of RGB (Red+Green+Blue) = 71+157+78=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #479D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D4E is #B862B1. Grayscale: #7A7A7A. Windows color (decimal): -12083890 or 5152071. OLE color: 5152071.
HSL color Cylindrical-coordinate representation of color #479D4E: hue angle of 124.88º 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 #479D4E is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 78 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.38 |
| HSL | 124.88º | 0.38% | 0.45% | - |
| HSV(B) | 124.88º | 0.55% | 0.62% | - |
| XYZ | 16.03 | 26 | 11.38 | - |
| YUV | 122.28 | 103.01 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 78 | 0.55 | 0 | 0.50 | 0.38 | 124.88 | 0.38 | 0.45 |
| Hex | 47 | 9D | 4E | 37 | 0 | 32 | 26 | 7D | 26 | 2D |
| Octal | 107 | 235 | 116 | 67 | 0 | 62 | 46 | 175 | 46 | 55 |
| Binary | 1000111 | 10011101 | 1001110 | 110111 | 0 | 110010 | 100110 | 1111101 | 100110 | 101101 |
Color Harmonies of #479D4E
Complementary color
Monochromatic Colors of #479D4E
Black with #479D4E
Text Example
Text Example
White with #479D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D4E; }
p { color: rgb(71,157,78); }
H1.HeaderClassName
{
color: #479D4E;
}
.AnyTagClassName
{
color: #479D4E;
}
</style>
background-color css
<style>
a { background-color: #479D4E; }
a { background-color: rgb(71,157,78); }
div.DivClassName
{
background-color: #479D4E;
}
.BgClassName
{
background-color: #479D4E;
}
</style>
border-color css
<style>
span { border-color: #479D4E; }
span { border-color: rgb(71,157,78); }
td.TdClassName
{
border-color: #479D4E;
}
.TagClassName
{
border-color: #479D4E;
}
</style>