#5CA457

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

Shades of Fruit Salad #5CA457

Tints of Fruit Salad #5CA457

Color information

#5CA457 (or 0x5CA457) is unknown color: approx Fruit Salad. HEX triplet: 5C, A4 and 57. RGB value is (92,164,87). Sum of RGB (Red+Green+Blue) = 92+164+87=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA457 is #A35BA8. Grayscale: #858585. Windows color (decimal): -10705833 or 5743708. OLE color: 5743708.

HSL color Cylindrical-coordinate representation of color #5CA457: hue angle of 116.1º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CA457 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB9216487-
CMYK0.4400.470.36
HSL116.1º30.68%49.22%-
HSV(B)116.1º46.95%64.31%-
XYZ19.4129.5113.69-
YUV133.69101.6598.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 164 (64.45% from 255) = 47.81%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=26.82%
G=47.81%
B=25.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92164870.4400.470.36116.130.6849.22
Hex5CA4572C02F24741f31
Octal13424412754057441643761
Binary10111001010010010101111011000101111100100111010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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