Shades of Fruit Salad #5DA358
Tints of Fruit Salad #5DA358
RGB
CMYK
RGB Variations
Color information
#5DA358 (or 0x5DA358) is known color: Fruit Salad. HEX triplet: 5D, A3 and 58. RGB value is (93,163,88). Sum of RGB (Red+Green+Blue) = 93+163+88=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA358 is #A25CA7. Grayscale: #858585. Windows color (decimal): -10640552 or 5808989. OLE color: 5808989.
HSL color Cylindrical-coordinate representation of color #5DA358: hue angle of 116º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA358 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 88 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.36 |
| HSL | 116º | 0.3% | 0.49% | - |
| HSV(B) | 116º | 0.46% | 0.64% | - |
| XYZ | 19.37 | 29.23 | 13.85 | - |
| YUV | 133.52 | 102.31 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 88 | 0.43 | 0 | 0.46 | 0.36 | 116 | 0.3 | 0.49 |
| Hex | 5D | A3 | 58 | 2B | 0 | 2E | 24 | 74 | 1E | 31 |
| Octal | 135 | 243 | 130 | 53 | 0 | 56 | 44 | 164 | 36 | 61 |
| Binary | 1011101 | 10100011 | 1011000 | 101011 | 0 | 101110 | 100100 | 1110100 | 11110 | 110001 |
Color Harmonies of #5DA358
Complementary color
Monochromatic Colors of #5DA358
Black with #5DA358
Text Example
Text Example
White with #5DA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA358; }
p { color: rgb(93,163,88); }
H1.HeaderClassName
{
color: #5DA358;
}
.AnyTagClassName
{
color: #5DA358;
}
</style>
background-color css
<style>
a { background-color: #5DA358; }
a { background-color: rgb(93,163,88); }
div.DivClassName
{
background-color: #5DA358;
}
.BgClassName
{
background-color: #5DA358;
}
</style>
border-color css
<style>
span { border-color: #5DA358; }
span { border-color: rgb(93,163,88); }
td.TdClassName
{
border-color: #5DA358;
}
.TagClassName
{
border-color: #5DA358;
}
</style>