#53AB50

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

Shades of Fruit Salad #53AB50

Tints of Fruit Salad #53AB50

Color information

#53AB50 (or 0x53AB50) is unknown color: approx Fruit Salad. HEX triplet: 53, AB and 50. RGB value is (83,171,80). Sum of RGB (Red+Green+Blue) = 83+171+80=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AB50 is #AC54AF. Grayscale: #868686. Windows color (decimal): -11293872 or 5286739. OLE color: 5286739.

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

Color convert

RGB8317180-
CMYK0.5100.530.33
HSL118.02º36.25%49.22%-
HSV(B)118.02º53.22%67.06%-
XYZ19.5831.5412.65-
YUV134.3197.3591.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=24.85%
G=51.20%
B=23.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83171800.5100.530.33118.0236.2549.22
Hex53AB503303521762431
Octal12325312063065411664461
Binary101001110101011101000011001101101011000011110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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