Shades of Fruit Salad #5DA957
Tints of Fruit Salad #5DA957
RGB
CMYK
RGB Variations
Color information
#5DA957 (or 0x5DA957) is known color: Fruit Salad. HEX triplet: 5D, A9 and 57. RGB value is (93,169,87). Sum of RGB (Red+Green+Blue) = 93+169+87=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA957 is #A256A8. Grayscale: #898989. Windows color (decimal): -10639017 or 5744989. OLE color: 5744989.
HSL color Cylindrical-coordinate representation of color #5DA957: hue angle of 115.61º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DA957 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 87 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.34 |
| HSL | 115.61º | 0.32% | 0.5% | - |
| HSV(B) | 115.61º | 0.49% | 0.66% | - |
| XYZ | 20.42 | 31.39 | 14 | - |
| YUV | 136.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 87 | 0.45 | 0 | 0.49 | 0.34 | 115.61 | 0.32 | 0.5 |
| Hex | 5D | A9 | 57 | 2D | 0 | 31 | 22 | 74 | 20 | 32 |
| Octal | 135 | 251 | 127 | 55 | 0 | 61 | 42 | 164 | 40 | 62 |
| Binary | 1011101 | 10101001 | 1010111 | 101101 | 0 | 110001 | 100010 | 1110100 | 100000 | 110010 |
Color Harmonies of #5DA957
Complementary color
Monochromatic Colors of #5DA957
Black with #5DA957
Text Example
Text Example
White with #5DA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA957; }
p { color: rgb(93,169,87); }
H1.HeaderClassName
{
color: #5DA957;
}
.AnyTagClassName
{
color: #5DA957;
}
</style>
background-color css
<style>
a { background-color: #5DA957; }
a { background-color: rgb(93,169,87); }
div.DivClassName
{
background-color: #5DA957;
}
.BgClassName
{
background-color: #5DA957;
}
</style>
border-color css
<style>
span { border-color: #5DA957; }
span { border-color: rgb(93,169,87); }
td.TdClassName
{
border-color: #5DA957;
}
.TagClassName
{
border-color: #5DA957;
}
</style>