#5CAC56

Color #5CAC56 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5CAC56

Tints of Fruit Salad #5CAC56

Color information

#5CAC56 (or 0x5CAC56) is unknown color: approx Fruit Salad. HEX triplet: 5C, AC and 56. RGB value is (92,172,86). Sum of RGB (Red+Green+Blue) = 92+172+86=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC56 is #A353A9. Grayscale: #8A8A8A. Windows color (decimal): -10703786 or 5680220. OLE color: 5680220.

HSL color Cylindrical-coordinate representation of color #5CAC56: hue angle of 115.81º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CAC56 is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB9217286-
CMYK0.4700.50.33
HSL115.81º34.13%50.59%-
HSV(B)115.81º50%67.45%-
XYZ20.8532.4513.97-
YUV138.2898.594.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 26.29%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=26.29%
G=49.14%
B=24.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92172860.4700.50.33115.8134.1350.59
Hex5CAC562F03221742233
Octal13425412657062411644263
Binary101110010101100101011010111101100101000011110100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CAC56; }

 p { color: rgb(92,172,86); }

 H1.HeaderClassName
 {
   color: #5CAC56;
 }
 .AnyTagClassName
 {
   color: #5CAC56;
 }
</style>
background-color css

<style>
 a { background-color: #5CAC56; }

 a { background-color: rgb(92,172,86); }

 div.DivClassName
 {
   background-color: #5CAC56;
 }
 .BgClassName
 {
   background-color: #5CAC56;
 }
</style>
border-color css

<style>
 span { border-color: #5CAC56; }

 span { border-color: rgb(92,172,86); }

 td.TdClassName
 {
   border-color: #5CAC56;
 }
 .TagClassName
 {
   border-color: #5CAC56;
 }
</style>