#53AD5D

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

Shades of Fruit Salad #53AD5D

Tints of Fruit Salad #53AD5D

Color information

#53AD5D (or 0x53AD5D) is unknown color: approx Fruit Salad. HEX triplet: 53, AD and 5D. RGB value is (83,173,93). Sum of RGB (Red+Green+Blue) = 83+173+93=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD5D is #AC52A2. Grayscale: #898989. Windows color (decimal): -11293347 or 6139219. OLE color: 6139219.

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

Color convert

RGB8317393-
CMYK0.5200.460.32
HSL126.67º35.43%50.2%-
HSV(B)126.67º52.02%67.84%-
XYZ20.4932.5215.55-
YUV136.97103.1889.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 173 (67.97% from 255) = 49.57%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=23.78%
G=49.57%
B=26.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83173930.5200.460.32126.6735.4350.2
Hex53AD5D3402E207f2332
Octal12325513564056401774362
Binary101001110101101101110111010001011101000001111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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