Shades of Fruit Salad #559C46
Tints of Fruit Salad #559C46
RGB
CMYK
RGB Variations
Color information
#559C46 (or 0x559C46) is known color: Fruit Salad. HEX triplet: 55, 9C and 46. RGB value is (85,156,70). Sum of RGB (Red+Green+Blue) = 85+156+70=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #559C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C46 is #AA63B9. Grayscale: #7D7D7D. Windows color (decimal): -11166650 or 4627541. OLE color: 4627541.
HSL color Cylindrical-coordinate representation of color #559C46: hue angle of 109.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559C46 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 70 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.39 |
| HSL | 109.53º | 0.38% | 0.44% | - |
| HSV(B) | 109.53º | 0.55% | 0.61% | - |
| XYZ | 16.74 | 26.15 | 9.96 | - |
| YUV | 124.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 70 | 0.46 | 0 | 0.55 | 0.39 | 109.53 | 0.38 | 0.44 |
| Hex | 55 | 9C | 46 | 2E | 0 | 37 | 27 | 6E | 26 | 2C |
| Octal | 125 | 234 | 106 | 56 | 0 | 67 | 47 | 156 | 46 | 54 |
| Binary | 1010101 | 10011100 | 1000110 | 101110 | 0 | 110111 | 100111 | 1101110 | 100110 | 101100 |
Color Harmonies of #559C46
Complementary color
Monochromatic Colors of #559C46
Black with #559C46
Text Example
Text Example
White with #559C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C46; }
p { color: rgb(85,156,70); }
H1.HeaderClassName
{
color: #559C46;
}
.AnyTagClassName
{
color: #559C46;
}
</style>
background-color css
<style>
a { background-color: #559C46; }
a { background-color: rgb(85,156,70); }
div.DivClassName
{
background-color: #559C46;
}
.BgClassName
{
background-color: #559C46;
}
</style>
border-color css
<style>
span { border-color: #559C46; }
span { border-color: rgb(85,156,70); }
td.TdClassName
{
border-color: #559C46;
}
.TagClassName
{
border-color: #559C46;
}
</style>