Shades of Fruit Salad #5DA15C
Tints of Fruit Salad #5DA15C
RGB
CMYK
RGB Variations
Color information
#5DA15C (or 0x5DA15C) is known color: Fruit Salad. HEX triplet: 5D, A1 and 5C. RGB value is (93,161,92). Sum of RGB (Red+Green+Blue) = 93+161+92=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA15C is #A25EA3. Grayscale: #858585. Windows color (decimal): -10641060 or 6070621. OLE color: 6070621.
HSL color Cylindrical-coordinate representation of color #5DA15C: hue angle of 119.13º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA15C is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 92 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.37 |
| HSL | 119.13º | 0.27% | 0.5% | - |
| HSV(B) | 119.13º | 0.43% | 0.63% | - |
| XYZ | 19.19 | 28.59 | 14.63 | - |
| YUV | 132.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 92 | 0.42 | 0 | 0.43 | 0.37 | 119.13 | 0.27 | 0.5 |
| Hex | 5D | A1 | 5C | 2A | 0 | 2B | 25 | 77 | 1B | 32 |
| Octal | 135 | 241 | 134 | 52 | 0 | 53 | 45 | 167 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1011100 | 101010 | 0 | 101011 | 100101 | 1110111 | 11011 | 110010 |
Color Harmonies of #5DA15C
Complementary color
Monochromatic Colors of #5DA15C
Black with #5DA15C
Text Example
Text Example
White with #5DA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA15C; }
p { color: rgb(93,161,92); }
H1.HeaderClassName
{
color: #5DA15C;
}
.AnyTagClassName
{
color: #5DA15C;
}
</style>
background-color css
<style>
a { background-color: #5DA15C; }
a { background-color: rgb(93,161,92); }
div.DivClassName
{
background-color: #5DA15C;
}
.BgClassName
{
background-color: #5DA15C;
}
</style>
border-color css
<style>
span { border-color: #5DA15C; }
span { border-color: rgb(93,161,92); }
td.TdClassName
{
border-color: #5DA15C;
}
.TagClassName
{
border-color: #5DA15C;
}
</style>