#53AC5F

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

Shades of Fruit Salad #53AC5F

Tints of Fruit Salad #53AC5F

Color information

#53AC5F (or 0x53AC5F) is unknown color: approx Fruit Salad. HEX triplet: 53, AC and 5F. RGB value is (83,172,95). Sum of RGB (Red+Green+Blue) = 83+172+95=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC5F is #AC53A0. Grayscale: #888888. Windows color (decimal): -11293601 or 6270035. OLE color: 6270035.

HSL color Cylindrical-coordinate representation of color #53AC5F: hue angle of 128.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AC5F is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB8317295-
CMYK0.5200.450.33
HSL128.09º34.9%50%-
HSV(B)128.09º51.74%67.45%-
XYZ20.3932.1715.96-
YUV136.61104.5189.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=23.71%
G=49.14%
B=27.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83172950.5200.450.33128.0934.950
Hex53AC5F3402D21802332
Octal12325413764055412004362
Binary1010011101011001011111110100010110110000110000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AC5F; }

 p { color: rgb(83,172,95); }

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

<style>
 a { background-color: #53AC5F; }

 a { background-color: rgb(83,172,95); }

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

<style>
 span { border-color: #53AC5F; }

 span { border-color: rgb(83,172,95); }

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