Shades of Fruit Salad #5DAC58
Tints of Fruit Salad #5DAC58
RGB
CMYK
RGB Variations
Color information
#5DAC58 (or 0x5DAC58) is known color: Fruit Salad. HEX triplet: 5D, AC and 58. RGB value is (93,172,88). Sum of RGB (Red+Green+Blue) = 93+172+88=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC58 is #A253A7. Grayscale: #8B8B8B. Windows color (decimal): -10638248 or 5811293. OLE color: 5811293.
HSL color Cylindrical-coordinate representation of color #5DAC58: hue angle of 116.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DAC58 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 88 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.33 |
| HSL | 116.43º | 0.34% | 0.51% | - |
| HSV(B) | 116.43º | 0.49% | 0.67% | - |
| XYZ | 21.03 | 32.54 | 14.4 | - |
| YUV | 138.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 88 | 0.46 | 0 | 0.49 | 0.33 | 116.43 | 0.34 | 0.51 |
| Hex | 5D | AC | 58 | 2E | 0 | 31 | 21 | 74 | 22 | 33 |
| Octal | 135 | 254 | 130 | 56 | 0 | 61 | 41 | 164 | 42 | 63 |
| Binary | 1011101 | 10101100 | 1011000 | 101110 | 0 | 110001 | 100001 | 1110100 | 100010 | 110011 |
Color Harmonies of #5DAC58
Complementary color
Monochromatic Colors of #5DAC58
Black with #5DAC58
Text Example
Text Example
White with #5DAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC58; }
p { color: rgb(93,172,88); }
H1.HeaderClassName
{
color: #5DAC58;
}
.AnyTagClassName
{
color: #5DAC58;
}
</style>
background-color css
<style>
a { background-color: #5DAC58; }
a { background-color: rgb(93,172,88); }
div.DivClassName
{
background-color: #5DAC58;
}
.BgClassName
{
background-color: #5DAC58;
}
</style>
border-color css
<style>
span { border-color: #5DAC58; }
span { border-color: rgb(93,172,88); }
td.TdClassName
{
border-color: #5DAC58;
}
.TagClassName
{
border-color: #5DAC58;
}
</style>