Shades of Fruit Salad #5DA058
Tints of Fruit Salad #5DA058
RGB
CMYK
RGB Variations
Color information
#5DA058 (or 0x5DA058) is known color: Fruit Salad. HEX triplet: 5D, A0 and 58. RGB value is (93,160,88). Sum of RGB (Red+Green+Blue) = 93+160+88=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA058 is #A25FA7. Grayscale: #838383. Windows color (decimal): -10641320 or 5808221. OLE color: 5808221.
HSL color Cylindrical-coordinate representation of color #5DA058: hue angle of 115.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA058 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 88 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.37 |
| HSL | 115.83º | 0.29% | 0.49% | - |
| HSV(B) | 115.83º | 0.45% | 0.63% | - |
| XYZ | 18.85 | 28.17 | 13.68 | - |
| YUV | 131.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 88 | 0.42 | 0 | 0.45 | 0.37 | 115.83 | 0.29 | 0.49 |
| Hex | 5D | A0 | 58 | 2A | 0 | 2D | 25 | 74 | 1D | 31 |
| Octal | 135 | 240 | 130 | 52 | 0 | 55 | 45 | 164 | 35 | 61 |
| Binary | 1011101 | 10100000 | 1011000 | 101010 | 0 | 101101 | 100101 | 1110100 | 11101 | 110001 |
Color Harmonies of #5DA058
Complementary color
Monochromatic Colors of #5DA058
Black with #5DA058
Text Example
Text Example
White with #5DA058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA058; }
p { color: rgb(93,160,88); }
H1.HeaderClassName
{
color: #5DA058;
}
.AnyTagClassName
{
color: #5DA058;
}
</style>
background-color css
<style>
a { background-color: #5DA058; }
a { background-color: rgb(93,160,88); }
div.DivClassName
{
background-color: #5DA058;
}
.BgClassName
{
background-color: #5DA058;
}
</style>
border-color css
<style>
span { border-color: #5DA058; }
span { border-color: rgb(93,160,88); }
td.TdClassName
{
border-color: #5DA058;
}
.TagClassName
{
border-color: #5DA058;
}
</style>