#5CA859

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

Shades of Fruit Salad #5CA859

Tints of Fruit Salad #5CA859

Color information

#5CA859 (or 0x5CA859) is unknown color: approx Fruit Salad. HEX triplet: 5C, A8 and 59. RGB value is (92,168,89). Sum of RGB (Red+Green+Blue) = 92+168+89=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA859 is #A357A6. Grayscale: #888888. Windows color (decimal): -10704807 or 5875804. OLE color: 5875804.

HSL color Cylindrical-coordinate representation of color #5CA859: hue angle of 117.72º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CA859 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB9216889-
CMYK0.4500.470.34
HSL117.72º31.23%50.39%-
HSV(B)117.72º47.02%65.88%-
XYZ20.223114.37-
YUV136.27101.3296.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 168 (66.02% from 255) = 48.14%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=26.36%
G=48.14%
B=25.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal92168890.4500.470.34117.7231.2350.39
Hex5CA8592D02F22761f32
Octal13425013155057421663762
Binary10111001010100010110011011010101111100010111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,168,89); }

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

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

 a { background-color: rgb(92,168,89); }

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

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

 span { border-color: rgb(92,168,89); }

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