#5CAA5D

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

Shades of Fruit Salad #5CAA5D

Tints of Fruit Salad #5CAA5D

Color information

#5CAA5D (or 0x5CAA5D) is unknown color: approx Fruit Salad. HEX triplet: 5C, AA and 5D. RGB value is (92,170,93). Sum of RGB (Red+Green+Blue) = 92+170+93=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA5D is #A355A2. Grayscale: #8A8A8A. Windows color (decimal): -10704291 or 6138460. OLE color: 6138460.

HSL color Cylindrical-coordinate representation of color #5CAA5D: hue angle of 120.77º 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 #5CAA5D is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB9217093-
CMYK0.4600.450.33
HSL120.77º31.45%51.37%-
HSV(B)120.77º45.88%66.67%-
XYZ20.7631.8215.4-
YUV137.9102.6695.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=25.92%
G=47.89%
B=26.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92170930.4600.450.33120.7731.4551.37
Hex5CAA5D2E02D21791f33
Octal13425213556055411713763
Binary10111001010101010111011011100101101100001111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,93); }

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

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

 a { background-color: rgb(92,170,93); }

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

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

 span { border-color: rgb(92,170,93); }

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