#5CAC58

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

Shades of Fruit Salad #5CAC58

Tints of Fruit Salad #5CAC58

Color information

#5CAC58 (or 0x5CAC58) is unknown color: approx Fruit Salad. HEX triplet: 5C, AC and 58. RGB value is (92,172,88). Sum of RGB (Red+Green+Blue) = 92+172+88=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC58 is #A353A7. Grayscale: #8A8A8A. Windows color (decimal): -10703784 or 5811292. OLE color: 5811292.

HSL color Cylindrical-coordinate representation of color #5CAC58: hue angle of 117.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CAC58 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB9217288-
CMYK0.4700.490.33
HSL117.14º33.6%50.98%-
HSV(B)117.14º48.84%67.45%-
XYZ20.9332.4814.4-
YUV138.599.594.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.14%
GREEN value IS 172 (67.58% from 255) = 48.86%
BLUE value IS 88 (34.77% from 255) = 25%
R=26.14%
G=48.86%
B=25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92172880.4700.490.33117.1433.650.98
Hex5CAC582F03121752233
Octal13425413057061411654263
Binary101110010101100101100010111101100011000011110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,172,88); }

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

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

 a { background-color: rgb(92,172,88); }

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

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

 span { border-color: rgb(92,172,88); }

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