Shades of Fruit Salad #5CA659
Tints of Fruit Salad #5CA659
RGB
CMYK
RGB Variations
Color information
#5CA659 (or 0x5CA659) is known color: Fruit Salad. HEX triplet: 5C, A6 and 59. RGB value is (92,166,89). Sum of RGB (Red+Green+Blue) = 92+166+89=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA659 is #A359A6. Grayscale: #878787. Windows color (decimal): -10705319 or 5875292. OLE color: 5875292.
HSL color Cylindrical-coordinate representation of color #5CA659: hue angle of 117.66º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CA659 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 166 | 89 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.35 |
| HSL | 117.66º | 0.3% | 0.5% | - |
| HSV(B) | 117.66º | 0.46% | 0.65% | - |
| XYZ | 19.85 | 30.27 | 14.25 | - |
| YUV | 135.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 166 | 89 | 0.45 | 0 | 0.46 | 0.35 | 117.66 | 0.3 | 0.5 |
| Hex | 5C | A6 | 59 | 2D | 0 | 2E | 23 | 76 | 1E | 32 |
| Octal | 134 | 246 | 131 | 55 | 0 | 56 | 43 | 166 | 36 | 62 |
| Binary | 1011100 | 10100110 | 1011001 | 101101 | 0 | 101110 | 100011 | 1110110 | 11110 | 110010 |
Color Harmonies of #5CA659
Complementary color
Monochromatic Colors of #5CA659
Black with #5CA659
Text Example
Text Example
White with #5CA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA659; }
p { color: rgb(92,166,89); }
H1.HeaderClassName
{
color: #5CA659;
}
.AnyTagClassName
{
color: #5CA659;
}
</style>
background-color css
<style>
a { background-color: #5CA659; }
a { background-color: rgb(92,166,89); }
div.DivClassName
{
background-color: #5CA659;
}
.BgClassName
{
background-color: #5CA659;
}
</style>
border-color css
<style>
span { border-color: #5CA659; }
span { border-color: rgb(92,166,89); }
td.TdClassName
{
border-color: #5CA659;
}
.TagClassName
{
border-color: #5CA659;
}
</style>