Shades of Fruit Salad #5CA856
Tints of Fruit Salad #5CA856
RGB
CMYK
RGB Variations
Color information
#5CA856 (or 0x5CA856) is known color: Fruit Salad. HEX triplet: 5C, A8 and 56. RGB value is (92,168,86). Sum of RGB (Red+Green+Blue) = 92+168+86=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA856 is #A357A9. Grayscale: #888888. Windows color (decimal): -10704810 or 5679196. OLE color: 5679196.
HSL color Cylindrical-coordinate representation of color #5CA856: hue angle of 115.61º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CA856 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 168 | 86 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.34 |
| HSL | 115.61º | 0.32% | 0.5% | - |
| HSV(B) | 115.61º | 0.49% | 0.66% | - |
| XYZ | 20.1 | 30.95 | 13.72 | - |
| YUV | 135.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 168 | 86 | 0.45 | 0 | 0.49 | 0.34 | 115.61 | 0.32 | 0.5 |
| Hex | 5C | A8 | 56 | 2D | 0 | 31 | 22 | 74 | 20 | 32 |
| Octal | 134 | 250 | 126 | 55 | 0 | 61 | 42 | 164 | 40 | 62 |
| Binary | 1011100 | 10101000 | 1010110 | 101101 | 0 | 110001 | 100010 | 1110100 | 100000 | 110010 |
Color Harmonies of #5CA856
Complementary color
Monochromatic Colors of #5CA856
Black with #5CA856
Text Example
Text Example
White with #5CA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA856; }
p { color: rgb(92,168,86); }
H1.HeaderClassName
{
color: #5CA856;
}
.AnyTagClassName
{
color: #5CA856;
}
</style>
background-color css
<style>
a { background-color: #5CA856; }
a { background-color: rgb(92,168,86); }
div.DivClassName
{
background-color: #5CA856;
}
.BgClassName
{
background-color: #5CA856;
}
</style>
border-color css
<style>
span { border-color: #5CA856; }
span { border-color: rgb(92,168,86); }
td.TdClassName
{
border-color: #5CA856;
}
.TagClassName
{
border-color: #5CA856;
}
</style>