Shades of Fruit Salad #559B4E
Tints of Fruit Salad #559B4E
RGB
CMYK
RGB Variations
Color information
#559B4E (or 0x559B4E) is known color: Fruit Salad. HEX triplet: 55, 9B and 4E. RGB value is (85,155,78). Sum of RGB (Red+Green+Blue) = 85+155+78=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #559B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B4E is #AA64B1. Grayscale: #7D7D7D. Windows color (decimal): -11166898 or 5151573. OLE color: 5151573.
HSL color Cylindrical-coordinate representation of color #559B4E: hue angle of 114.55º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559B4E is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 78 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.39 |
| HSL | 114.55º | 0.33% | 0.46% | - |
| HSV(B) | 114.55º | 0.5% | 0.61% | - |
| XYZ | 16.84 | 25.92 | 11.32 | - |
| YUV | 125.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 78 | 0.45 | 0 | 0.50 | 0.39 | 114.55 | 0.33 | 0.46 |
| Hex | 55 | 9B | 4E | 2D | 0 | 32 | 27 | 73 | 21 | 2E |
| Octal | 125 | 233 | 116 | 55 | 0 | 62 | 47 | 163 | 41 | 56 |
| Binary | 1010101 | 10011011 | 1001110 | 101101 | 0 | 110010 | 100111 | 1110011 | 100001 | 101110 |
Color Harmonies of #559B4E
Complementary color
Monochromatic Colors of #559B4E
Black with #559B4E
Text Example
Text Example
White with #559B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B4E; }
p { color: rgb(85,155,78); }
H1.HeaderClassName
{
color: #559B4E;
}
.AnyTagClassName
{
color: #559B4E;
}
</style>
background-color css
<style>
a { background-color: #559B4E; }
a { background-color: rgb(85,155,78); }
div.DivClassName
{
background-color: #559B4E;
}
.BgClassName
{
background-color: #559B4E;
}
</style>
border-color css
<style>
span { border-color: #559B4E; }
span { border-color: rgb(85,155,78); }
td.TdClassName
{
border-color: #559B4E;
}
.TagClassName
{
border-color: #559B4E;
}
</style>