Shades of Fruit Salad #5DA45C
Tints of Fruit Salad #5DA45C
RGB
CMYK
RGB Variations
Color information
#5DA45C (or 0x5DA45C) is known color: Fruit Salad. HEX triplet: 5D, A4 and 5C. RGB value is (93,164,92). Sum of RGB (Red+Green+Blue) = 93+164+92=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA45C is #A25BA3. Grayscale: #868686. Windows color (decimal): -10640292 or 6071389. OLE color: 6071389.
HSL color Cylindrical-coordinate representation of color #5DA45C: hue angle of 119.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA45C is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 92 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.36 |
| HSL | 119.17º | 0.28% | 0.5% | - |
| HSV(B) | 119.17º | 0.44% | 0.64% | - |
| XYZ | 19.72 | 29.65 | 14.81 | - |
| YUV | 134.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 92 | 0.43 | 0 | 0.44 | 0.36 | 119.17 | 0.28 | 0.5 |
| Hex | 5D | A4 | 5C | 2B | 0 | 2C | 24 | 77 | 1C | 32 |
| Octal | 135 | 244 | 134 | 53 | 0 | 54 | 44 | 167 | 34 | 62 |
| Binary | 1011101 | 10100100 | 1011100 | 101011 | 0 | 101100 | 100100 | 1110111 | 11100 | 110010 |
Color Harmonies of #5DA45C
Complementary color
Monochromatic Colors of #5DA45C
Black with #5DA45C
Text Example
Text Example
White with #5DA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA45C; }
p { color: rgb(93,164,92); }
H1.HeaderClassName
{
color: #5DA45C;
}
.AnyTagClassName
{
color: #5DA45C;
}
</style>
background-color css
<style>
a { background-color: #5DA45C; }
a { background-color: rgb(93,164,92); }
div.DivClassName
{
background-color: #5DA45C;
}
.BgClassName
{
background-color: #5DA45C;
}
</style>
border-color css
<style>
span { border-color: #5DA45C; }
span { border-color: rgb(93,164,92); }
td.TdClassName
{
border-color: #5DA45C;
}
.TagClassName
{
border-color: #5DA45C;
}
</style>