Shades of Fruit Salad #5CAA5C
Tints of Fruit Salad #5CAA5C
RGB
CMYK
RGB Variations
Color information
#5CAA5C (or 0x5CAA5C) is known color: Fruit Salad. HEX triplet: 5C, AA and 5C. RGB value is (92,170,92). Sum of RGB (Red+Green+Blue) = 92+170+92=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA5C is #A355A3. Grayscale: #8A8A8A. Windows color (decimal): -10704292 or 6072924. OLE color: 6072924.
HSL color Cylindrical-coordinate representation of color #5CAA5C: hue angle of 120º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA5C is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 92 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.33 |
| HSL | 120º | 0.31% | 0.51% | - |
| HSV(B) | 120º | 0.46% | 0.67% | - |
| XYZ | 20.72 | 31.8 | 15.17 | - |
| YUV | 137.79 | 102.16 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 92 | 0.46 | 0 | 0.46 | 0.33 | 120 | 0.31 | 0.51 |
| Hex | 5C | AA | 5C | 2E | 0 | 2E | 21 | 78 | 1F | 33 |
| Octal | 134 | 252 | 134 | 56 | 0 | 56 | 41 | 170 | 37 | 63 |
| Binary | 1011100 | 10101010 | 1011100 | 101110 | 0 | 101110 | 100001 | 1111000 | 11111 | 110011 |
Color Harmonies of #5CAA5C
Complementary color
Monochromatic Colors of #5CAA5C
Black with #5CAA5C
Text Example
Text Example
White with #5CAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA5C; }
p { color: rgb(92,170,92); }
H1.HeaderClassName
{
color: #5CAA5C;
}
.AnyTagClassName
{
color: #5CAA5C;
}
</style>
background-color css
<style>
a { background-color: #5CAA5C; }
a { background-color: rgb(92,170,92); }
div.DivClassName
{
background-color: #5CAA5C;
}
.BgClassName
{
background-color: #5CAA5C;
}
</style>
border-color css
<style>
span { border-color: #5CAA5C; }
span { border-color: rgb(92,170,92); }
td.TdClassName
{
border-color: #5CAA5C;
}
.TagClassName
{
border-color: #5CAA5C;
}
</style>