#5CAB56

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

Shades of Fruit Salad #5CAB56

Tints of Fruit Salad #5CAB56

Color information

#5CAB56 (or 0x5CAB56) is unknown color: approx Fruit Salad. HEX triplet: 5C, AB and 56. RGB value is (92,171,86). Sum of RGB (Red+Green+Blue) = 92+171+86=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAB56 is #A354A9. Grayscale: #898989. Windows color (decimal): -10704042 or 5679964. OLE color: 5679964.

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

Color convert

RGB9217186-
CMYK0.4600.500.33
HSL115.76º33.6%50.39%-
HSV(B)115.76º49.71%67.06%-
XYZ20.6632.0713.91-
YUV137.6998.8395.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=26.36%
G=49.00%
B=24.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92171860.4600.500.33115.7633.650.39
Hex5CAB562E03221742232
Octal13425312656062411644262
Binary101110010101011101011010111001100101000011110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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