Shades of Fruit Salad #5DA15F
Tints of Fruit Salad #5DA15F
RGB
CMYK
RGB Variations
Color information
#5DA15F (or 0x5DA15F) is known color: Fruit Salad. HEX triplet: 5D, A1 and 5F. RGB value is (93,161,95). Sum of RGB (Red+Green+Blue) = 93+161+95=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA15F is #A25EA0. Grayscale: #858585. Windows color (decimal): -10641057 or 6267229. OLE color: 6267229.
HSL color Cylindrical-coordinate representation of color #5DA15F: hue angle of 121.76º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA15F is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 95 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.37 |
| HSL | 121.76º | 0.27% | 0.5% | - |
| HSV(B) | 121.76º | 0.42% | 0.63% | - |
| XYZ | 19.32 | 28.64 | 15.34 | - |
| YUV | 133.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 95 | 0.42 | 0 | 0.41 | 0.37 | 121.76 | 0.27 | 0.5 |
| Hex | 5D | A1 | 5F | 2A | 0 | 29 | 25 | 7A | 1B | 32 |
| Octal | 135 | 241 | 137 | 52 | 0 | 51 | 45 | 172 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1011111 | 101010 | 0 | 101001 | 100101 | 1111010 | 11011 | 110010 |
Color Harmonies of #5DA15F
Complementary color
Monochromatic Colors of #5DA15F
Black with #5DA15F
Text Example
Text Example
White with #5DA15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA15F; }
p { color: rgb(93,161,95); }
H1.HeaderClassName
{
color: #5DA15F;
}
.AnyTagClassName
{
color: #5DA15F;
}
</style>
background-color css
<style>
a { background-color: #5DA15F; }
a { background-color: rgb(93,161,95); }
div.DivClassName
{
background-color: #5DA15F;
}
.BgClassName
{
background-color: #5DA15F;
}
</style>
border-color css
<style>
span { border-color: #5DA15F; }
span { border-color: rgb(93,161,95); }
td.TdClassName
{
border-color: #5DA15F;
}
.TagClassName
{
border-color: #5DA15F;
}
</style>