Shades of Fruit Salad #5DA959
Tints of Fruit Salad #5DA959
RGB
CMYK
RGB Variations
Color information
#5DA959 (or 0x5DA959) is known color: Fruit Salad. HEX triplet: 5D, A9 and 59. RGB value is (93,169,89). Sum of RGB (Red+Green+Blue) = 93+169+89=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA959 is #A256A6. Grayscale: #898989. Windows color (decimal): -10639015 or 5876061. OLE color: 5876061.
HSL color Cylindrical-coordinate representation of color #5DA959: hue angle of 117º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DA959 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 89 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.34 |
| HSL | 117º | 0.32% | 0.51% | - |
| HSV(B) | 117º | 0.47% | 0.66% | - |
| XYZ | 20.51 | 31.42 | 14.44 | - |
| YUV | 137.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 89 | 0.45 | 0 | 0.47 | 0.34 | 117 | 0.32 | 0.51 |
| Hex | 5D | A9 | 59 | 2D | 0 | 2F | 22 | 75 | 20 | 33 |
| Octal | 135 | 251 | 131 | 55 | 0 | 57 | 42 | 165 | 40 | 63 |
| Binary | 1011101 | 10101001 | 1011001 | 101101 | 0 | 101111 | 100010 | 1110101 | 100000 | 110011 |
Color Harmonies of #5DA959
Complementary color
Monochromatic Colors of #5DA959
Black with #5DA959
Text Example
Text Example
White with #5DA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA959; }
p { color: rgb(93,169,89); }
H1.HeaderClassName
{
color: #5DA959;
}
.AnyTagClassName
{
color: #5DA959;
}
</style>
background-color css
<style>
a { background-color: #5DA959; }
a { background-color: rgb(93,169,89); }
div.DivClassName
{
background-color: #5DA959;
}
.BgClassName
{
background-color: #5DA959;
}
</style>
border-color css
<style>
span { border-color: #5DA959; }
span { border-color: rgb(93,169,89); }
td.TdClassName
{
border-color: #5DA959;
}
.TagClassName
{
border-color: #5DA959;
}
</style>