#53A85C

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

Shades of Fruit Salad #53A85C

Tints of Fruit Salad #53A85C

Color information

#53A85C (or 0x53A85C) is unknown color: approx Fruit Salad. HEX triplet: 53, A8 and 5C. RGB value is (83,168,92). Sum of RGB (Red+Green+Blue) = 83+168+92=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #53A85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A85C is #AC57A3. Grayscale: #868686. Windows color (decimal): -11294628 or 6072403. OLE color: 6072403.

HSL color Cylindrical-coordinate representation of color #53A85C: hue angle of 126.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A85C is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB8316892-
CMYK0.5100.450.34
HSL126.35º33.86%49.22%-
HSV(B)126.35º50.6%65.88%-
XYZ19.530.6215.01-
YUV133.92104.3491.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=24.20%
G=48.98%
B=26.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83168920.5100.450.34126.3533.8649.22
Hex53A85C3302D227e2231
Octal12325013463055421764261
Binary101001110101000101110011001101011011000101111110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,168,92); }

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

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

 a { background-color: rgb(83,168,92); }

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

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

 span { border-color: rgb(83,168,92); }

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