#5CB157

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

Shades of Fruit Salad #5CB157

Tints of Fruit Salad #5CB157

Color information

#5CB157 (or 0x5CB157) is unknown color: approx Fruit Salad. HEX triplet: 5C, B1 and 57. RGB value is (92,177,87). Sum of RGB (Red+Green+Blue) = 92+177+87=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB157 is #A34EA8. Grayscale: #8D8D8D. Windows color (decimal): -10702505 or 5747036. OLE color: 5747036.

HSL color Cylindrical-coordinate representation of color #5CB157: hue angle of 116.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CB157 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB9217787-
CMYK0.4800.510.31
HSL116.67º36.59%51.76%-
HSV(B)116.67º50.85%69.41%-
XYZ21.8634.4114.51-
YUV141.3397.3492.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.84%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=25.84%
G=49.72%
B=24.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92177870.4800.510.31116.6736.5951.76
Hex5CB157300331F752534
Octal13426112760063371654564
Binary10111001011000110101111100000110011111111110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,177,87); }

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

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

 a { background-color: rgb(92,177,87); }

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

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

 span { border-color: rgb(92,177,87); }

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