Shades of Fruit Salad #5CAA56
Tints of Fruit Salad #5CAA56
RGB
CMYK
RGB Variations
Color information
#5CAA56 (or 0x5CAA56) is known color: Fruit Salad. HEX triplet: 5C, AA and 56. RGB value is (92,170,86). Sum of RGB (Red+Green+Blue) = 92+170+86=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA56 is #A355A9. Grayscale: #898989. Windows color (decimal): -10704298 or 5679708. OLE color: 5679708.
HSL color Cylindrical-coordinate representation of color #5CAA56: hue angle of 115.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CAA56 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 86 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.33 |
| HSL | 115.71º | 0.33% | 0.5% | - |
| HSV(B) | 115.71º | 0.49% | 0.67% | - |
| XYZ | 20.47 | 31.7 | 13.84 | - |
| YUV | 137.1 | 99.16 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 86 | 0.46 | 0 | 0.49 | 0.33 | 115.71 | 0.33 | 0.5 |
| Hex | 5C | AA | 56 | 2E | 0 | 31 | 21 | 74 | 21 | 32 |
| Octal | 134 | 252 | 126 | 56 | 0 | 61 | 41 | 164 | 41 | 62 |
| Binary | 1011100 | 10101010 | 1010110 | 101110 | 0 | 110001 | 100001 | 1110100 | 100001 | 110010 |
Color Harmonies of #5CAA56
Complementary color
Monochromatic Colors of #5CAA56
Black with #5CAA56
Text Example
Text Example
White with #5CAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA56; }
p { color: rgb(92,170,86); }
H1.HeaderClassName
{
color: #5CAA56;
}
.AnyTagClassName
{
color: #5CAA56;
}
</style>
background-color css
<style>
a { background-color: #5CAA56; }
a { background-color: rgb(92,170,86); }
div.DivClassName
{
background-color: #5CAA56;
}
.BgClassName
{
background-color: #5CAA56;
}
</style>
border-color css
<style>
span { border-color: #5CAA56; }
span { border-color: rgb(92,170,86); }
td.TdClassName
{
border-color: #5CAA56;
}
.TagClassName
{
border-color: #5CAA56;
}
</style>