Shades of Fruit Salad #5DAC56
Tints of Fruit Salad #5DAC56
RGB
CMYK
RGB Variations
Color information
#5DAC56 (or 0x5DAC56) is known color: Fruit Salad. HEX triplet: 5D, AC and 56. RGB value is (93,172,86). Sum of RGB (Red+Green+Blue) = 93+172+86=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC56 is #A253A9. Grayscale: #8A8A8A. Windows color (decimal): -10638250 or 5680221. OLE color: 5680221.
HSL color Cylindrical-coordinate representation of color #5DAC56: hue angle of 115.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DAC56 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 86 | - |
| CMYK | 0.46 | 0 | 0.5 | 0.33 |
| HSL | 115.12º | 0.34% | 0.51% | - |
| HSV(B) | 115.12º | 0.5% | 0.67% | - |
| XYZ | 20.95 | 32.5 | 13.97 | - |
| YUV | 138.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 86 | 0.46 | 0 | 0.5 | 0.33 | 115.12 | 0.34 | 0.51 |
| Hex | 5D | AC | 56 | 2E | 0 | 32 | 21 | 73 | 22 | 33 |
| Octal | 135 | 254 | 126 | 56 | 0 | 62 | 41 | 163 | 42 | 63 |
| Binary | 1011101 | 10101100 | 1010110 | 101110 | 0 | 110010 | 100001 | 1110011 | 100010 | 110011 |
Color Harmonies of #5DAC56
Complementary color
Monochromatic Colors of #5DAC56
Black with #5DAC56
Text Example
Text Example
White with #5DAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC56; }
p { color: rgb(93,172,86); }
H1.HeaderClassName
{
color: #5DAC56;
}
.AnyTagClassName
{
color: #5DAC56;
}
</style>
background-color css
<style>
a { background-color: #5DAC56; }
a { background-color: rgb(93,172,86); }
div.DivClassName
{
background-color: #5DAC56;
}
.BgClassName
{
background-color: #5DAC56;
}
</style>
border-color css
<style>
span { border-color: #5DAC56; }
span { border-color: rgb(93,172,86); }
td.TdClassName
{
border-color: #5DAC56;
}
.TagClassName
{
border-color: #5DAC56;
}
</style>