Shades of Fruit Salad #5DA359
Tints of Fruit Salad #5DA359
RGB
CMYK
RGB Variations
Color information
#5DA359 (or 0x5DA359) is known color: Fruit Salad. HEX triplet: 5D, A3 and 59. RGB value is (93,163,89). Sum of RGB (Red+Green+Blue) = 93+163+89=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA359 is #A25CA6. Grayscale: #858585. Windows color (decimal): -10640551 or 5874525. OLE color: 5874525.
HSL color Cylindrical-coordinate representation of color #5DA359: hue angle of 116.76º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA359 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 89 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.36 |
| HSL | 116.76º | 0.29% | 0.49% | - |
| HSV(B) | 116.76º | 0.45% | 0.64% | - |
| XYZ | 19.41 | 29.24 | 14.07 | - |
| YUV | 133.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 89 | 0.43 | 0 | 0.45 | 0.36 | 116.76 | 0.29 | 0.49 |
| Hex | 5D | A3 | 59 | 2B | 0 | 2D | 24 | 75 | 1D | 31 |
| Octal | 135 | 243 | 131 | 53 | 0 | 55 | 44 | 165 | 35 | 61 |
| Binary | 1011101 | 10100011 | 1011001 | 101011 | 0 | 101101 | 100100 | 1110101 | 11101 | 110001 |
Color Harmonies of #5DA359
Complementary color
Monochromatic Colors of #5DA359
Black with #5DA359
Text Example
Text Example
White with #5DA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA359; }
p { color: rgb(93,163,89); }
H1.HeaderClassName
{
color: #5DA359;
}
.AnyTagClassName
{
color: #5DA359;
}
</style>
background-color css
<style>
a { background-color: #5DA359; }
a { background-color: rgb(93,163,89); }
div.DivClassName
{
background-color: #5DA359;
}
.BgClassName
{
background-color: #5DA359;
}
</style>
border-color css
<style>
span { border-color: #5DA359; }
span { border-color: rgb(93,163,89); }
td.TdClassName
{
border-color: #5DA359;
}
.TagClassName
{
border-color: #5DA359;
}
</style>