Shades of Fruit Salad #5CA356
Tints of Fruit Salad #5CA356
RGB
CMYK
RGB Variations
Color information
#5CA356 (or 0x5CA356) is known color: Fruit Salad. HEX triplet: 5C, A3 and 56. RGB value is (92,163,86). Sum of RGB (Red+Green+Blue) = 92+163+86=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA356 is #A35CA9. Grayscale: #858585. Windows color (decimal): -10706090 or 5677916. OLE color: 5677916.
HSL color Cylindrical-coordinate representation of color #5CA356: hue angle of 115.32º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CA356 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 163 | 86 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.36 |
| HSL | 115.32º | 0.31% | 0.49% | - |
| HSV(B) | 115.32º | 0.47% | 0.64% | - |
| XYZ | 19.19 | 29.14 | 13.42 | - |
| YUV | 132.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 163 | 86 | 0.44 | 0 | 0.47 | 0.36 | 115.32 | 0.31 | 0.49 |
| Hex | 5C | A3 | 56 | 2C | 0 | 2F | 24 | 73 | 1F | 31 |
| Octal | 134 | 243 | 126 | 54 | 0 | 57 | 44 | 163 | 37 | 61 |
| Binary | 1011100 | 10100011 | 1010110 | 101100 | 0 | 101111 | 100100 | 1110011 | 11111 | 110001 |
Color Harmonies of #5CA356
Complementary color
Monochromatic Colors of #5CA356
Black with #5CA356
Text Example
Text Example
White with #5CA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA356; }
p { color: rgb(92,163,86); }
H1.HeaderClassName
{
color: #5CA356;
}
.AnyTagClassName
{
color: #5CA356;
}
</style>
background-color css
<style>
a { background-color: #5CA356; }
a { background-color: rgb(92,163,86); }
div.DivClassName
{
background-color: #5CA356;
}
.BgClassName
{
background-color: #5CA356;
}
</style>
border-color css
<style>
span { border-color: #5CA356; }
span { border-color: rgb(92,163,86); }
td.TdClassName
{
border-color: #5CA356;
}
.TagClassName
{
border-color: #5CA356;
}
</style>