#5CA260

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

Shades of Fruit Salad #5CA260

Tints of Fruit Salad #5CA260

Color information

#5CA260 (or 0x5CA260) is unknown color: approx Fruit Salad. HEX triplet: 5C, A2 and 60. RGB value is (92,162,96). Sum of RGB (Red+Green+Blue) = 92+162+96=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA260 is #A35D9F. Grayscale: #858585. Windows color (decimal): -10706336 or 6333020. OLE color: 6333020.

HSL color Cylindrical-coordinate representation of color #5CA260: hue angle of 123.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA260 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB9216296-
CMYK0.4300.410.36
HSL123.43º27.56%49.8%-
HSV(B)123.43º43.21%63.53%-
XYZ19.4528.9615.63-
YUV133.55106.8198.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.29%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=26.29%
G=46.29%
B=27.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92162960.4300.410.36123.4327.5649.8
Hex5CA2602B029247b1c32
Octal13424214053051441733462
Binary10111001010001011000001010110101001100100111101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,96); }

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

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

 a { background-color: rgb(92,162,96); }

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

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

 span { border-color: rgb(92,162,96); }

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