#53AD5A

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

Shades of Fruit Salad #53AD5A

Tints of Fruit Salad #53AD5A

Color information

#53AD5A (or 0x53AD5A) is unknown color: approx Fruit Salad. HEX triplet: 53, AD and 5A. RGB value is (83,173,90). Sum of RGB (Red+Green+Blue) = 83+173+90=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD5A is #AC52A5. Grayscale: #888888. Windows color (decimal): -11293350 or 5942611. OLE color: 5942611.

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

Color convert

RGB8317390-
CMYK0.5200.480.32
HSL124.67º35.43%50.2%-
HSV(B)124.67º52.02%67.84%-
XYZ20.3632.4614.87-
YUV136.63101.6889.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=23.99%
G=50%
B=26.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83173900.5200.480.32124.6735.4350.2
Hex53AD5A34030207d2332
Octal12325513264060401754362
Binary101001110101101101101011010001100001000001111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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