#5CA654

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

Shades of Fruit Salad #5CA654

Tints of Fruit Salad #5CA654

Color information

#5CA654 (or 0x5CA654) is unknown color: approx Fruit Salad. HEX triplet: 5C, A6 and 54. RGB value is (92,166,84). Sum of RGB (Red+Green+Blue) = 92+166+84=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA654 is #A359AB. Grayscale: #868686. Windows color (decimal): -10705324 or 5547612. OLE color: 5547612.

HSL color Cylindrical-coordinate representation of color #5CA654: hue angle of 114.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CA654 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB9216684-
CMYK0.4500.490.35
HSL114.15º32.8%49.02%-
HSV(B)114.15º49.4%65.1%-
XYZ19.6530.1913.18-
YUV134.5399.4897.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=26.90%
G=48.54%
B=24.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92166840.4500.490.35114.1532.849.02
Hex5CA6542D03123722131
Octal13424612455061431624161
Binary101110010100110101010010110101100011000111110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,84); }

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

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

 a { background-color: rgb(92,166,84); }

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

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

 span { border-color: rgb(92,166,84); }

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