Shades of Fruit Salad #479C4E
Tints of Fruit Salad #479C4E
RGB
CMYK
RGB Variations
Color information
#479C4E (or 0x479C4E) is known color: Fruit Salad. HEX triplet: 47, 9C and 4E. RGB value is (71,156,78). Sum of RGB (Red+Green+Blue) = 71+156+78=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #479C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C4E is #B863B1. Grayscale: #797979. Windows color (decimal): -12084146 or 5151815. OLE color: 5151815.
HSL color Cylindrical-coordinate representation of color #479C4E: hue angle of 124.94º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C4E is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 156 | 78 | - |
| CMYK | 0.54 | 0 | 0.5 | 0.39 |
| HSL | 124.94º | 0.37% | 0.45% | - |
| HSV(B) | 124.94º | 0.54% | 0.61% | - |
| XYZ | 15.86 | 25.67 | 11.33 | - |
| YUV | 121.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 78 | 0.54 | 0 | 0.5 | 0.39 | 124.94 | 0.37 | 0.45 |
| Hex | 47 | 9C | 4E | 36 | 0 | 32 | 27 | 7D | 25 | 2D |
| Octal | 107 | 234 | 116 | 66 | 0 | 62 | 47 | 175 | 45 | 55 |
| Binary | 1000111 | 10011100 | 1001110 | 110110 | 0 | 110010 | 100111 | 1111101 | 100101 | 101101 |
Color Harmonies of #479C4E
Complementary color
Monochromatic Colors of #479C4E
Black with #479C4E
Text Example
Text Example
White with #479C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479C4E; }
p { color: rgb(71,156,78); }
H1.HeaderClassName
{
color: #479C4E;
}
.AnyTagClassName
{
color: #479C4E;
}
</style>
background-color css
<style>
a { background-color: #479C4E; }
a { background-color: rgb(71,156,78); }
div.DivClassName
{
background-color: #479C4E;
}
.BgClassName
{
background-color: #479C4E;
}
</style>
border-color css
<style>
span { border-color: #479C4E; }
span { border-color: rgb(71,156,78); }
td.TdClassName
{
border-color: #479C4E;
}
.TagClassName
{
border-color: #479C4E;
}
</style>