#53AD5B

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

Shades of Fruit Salad #53AD5B

Tints of Fruit Salad #53AD5B

Color information

#53AD5B (or 0x53AD5B) is unknown color: approx Fruit Salad. HEX triplet: 53, AD and 5B. RGB value is (83,173,91). Sum of RGB (Red+Green+Blue) = 83+173+91=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD5B is #AC52A4. Grayscale: #888888. Windows color (decimal): -11293349 or 6008147. OLE color: 6008147.

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

Color convert

RGB8317391-
CMYK0.5200.470.32
HSL125.33º35.43%50.2%-
HSV(B)125.33º52.02%67.84%-
XYZ20.432.4815.09-
YUV136.74102.1889.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 173 (67.97% from 255) = 49.86%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=23.92%
G=49.86%
B=26.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83173910.5200.470.32125.3335.4350.2
Hex53AD5B3402F207d2332
Octal12325513364057401754362
Binary101001110101101101101111010001011111000001111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,91); }

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

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

 a { background-color: rgb(83,173,91); }

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

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

 span { border-color: rgb(83,173,91); }

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