#53AC5D

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

Shades of Fruit Salad #53AC5D

Tints of Fruit Salad #53AC5D

Color information

#53AC5D (or 0x53AC5D) is unknown color: approx Fruit Salad. HEX triplet: 53, AC and 5D. RGB value is (83,172,93). Sum of RGB (Red+Green+Blue) = 83+172+93=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC5D is #AC53A2. Grayscale: #888888. Windows color (decimal): -11293603 or 6138963. OLE color: 6138963.

HSL color Cylindrical-coordinate representation of color #53AC5D: hue angle of 126.74º 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 #53AC5D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB8317293-
CMYK0.5200.460.33
HSL126.74º34.9%50%-
HSV(B)126.74º51.74%67.45%-
XYZ20.332.1315.49-
YUV136.38103.5189.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 172 (67.58% from 255) = 49.43%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=23.85%
G=49.43%
B=26.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83172930.5200.460.33126.7434.950
Hex53AC5D3402E217f2332
Octal12325413564056411774362
Binary101001110101100101110111010001011101000011111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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