#53AB4C

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

Shades of Fruit Salad #53AB4C

Tints of Fruit Salad #53AB4C

Color information

#53AB4C (or 0x53AB4C) is unknown color: approx Fruit Salad. HEX triplet: 53, AB and 4C. RGB value is (83,171,76). Sum of RGB (Red+Green+Blue) = 83+171+76=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB4C is #AC54B3. Grayscale: #868686. Windows color (decimal): -11293876 or 5024595. OLE color: 5024595.

HSL color Cylindrical-coordinate representation of color #53AB4C: hue angle of 115.58º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53AB4C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB8317176-
CMYK0.5100.560.33
HSL115.58º38.46%48.43%-
HSV(B)115.58º55.56%67.06%-
XYZ19.4331.4911.89-
YUV133.8695.3591.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=25.15%
G=51.82%
B=23.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83171760.5100.560.33115.5838.4648.43
Hex53AB4C3303821742630
Octal12325311463070411644660
Binary101001110101011100110011001101110001000011110100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,171,76); }

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

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

 a { background-color: rgb(83,171,76); }

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

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

 span { border-color: rgb(83,171,76); }

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